OSDN Git Service

docs/credential-store: s/--store/--file/
authorJeff King <peff@peff.net>
Thu, 6 Nov 2014 07:40:32 +0000 (02:40 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Nov 2014 17:51:08 +0000 (09:51 -0800)
The option name "--store" was used early in development, but
never even made it into an applied patch, let alone a
released version of git. I forgot to update the matching
documentation at the time, though.

Noticed-by: Jesse Hopkins <jesse.hopkins@lmco.com>
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-credential-store.txt

index 8481cae..bc97071 100644 (file)
@@ -29,7 +29,7 @@ linkgit:gitcredentials[7] or `EXAMPLES` below.
 OPTIONS
 -------
 
---store=<path>::
+--file=<path>::
 
        Use `<path>` to store credentials. The file will have its
        filesystem permissions set to prevent other users on the system