diff options
author | Thiago Farina <tfransosi@gmail.com> | 2009-09-22 19:48:06 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-09-22 19:40:05 -0700 |
commit | 3ddcb1981ba24a45c555152ecbd32b945c32a211 (patch) | |
tree | e309ecabf783480a03883563417c12bcd77d62c6 /Documentation | |
parent | bash: teach 'git reset --patch' (diff) | |
download | tgif-3ddcb1981ba24a45c555152ecbd32b945c32a211.tar.xz |
Update "describe" documentation to match reality
A sample "git describe -h" did not match what the program actually says.
Signed-off-by: Thiago Farina <tfransosi@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/gitcli.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitcli.txt b/Documentation/gitcli.txt index be39ed7c15..6928724a05 100644 --- a/Documentation/gitcli.txt +++ b/Documentation/gitcli.txt @@ -81,7 +81,7 @@ couple of magic command line options: + --------------------------------------------- $ git describe -h -usage: git-describe [options] <committish>* +usage: git describe [options] <committish>* --contains find the tag that comes after the commit --debug debug search strategy on stderr |