aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-credential-store.txt
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2014-11-06 02:40:32 -0500
committerJunio C Hamano <gitster@pobox.com>2014-11-06 09:51:08 -0800
commite50cd67ba477133458158a016ffabb8e4bfc81bf (patch)
tree090f7748c8c2c5304ec14a77309ecc603a8258ba /Documentation/git-credential-store.txt
parent49c3e926349e964b311b46251bb2b97d3d669855 (diff)
downloadgit-e50cd67ba477133458158a016ffabb8e4bfc81bf.tar.gz
docs/credential-store: s/--store/--file/
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>
Diffstat (limited to 'Documentation/git-credential-store.txt')
-rw-r--r--Documentation/git-credential-store.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-credential-store.txt b/Documentation/git-credential-store.txt
index 8481cae70e..bc97071e76 100644
--- a/Documentation/git-credential-store.txt
+++ b/Documentation/git-credential-store.txt
@@ -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