Skip to content

Commit

Permalink
docs/credential-store: s/--store/--file/
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jeff King authored and Junio C Hamano committed Nov 6, 2014
1 parent 49c3e92 commit e50cd67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/git-credential-store.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e50cd67

Please sign in to comment.