From 3ddcb1981ba24a45c555152ecbd32b945c32a211 Mon Sep 17 00:00:00 2001 From: Thiago Farina Date: Tue, 22 Sep 2009 19:48:06 -0400 Subject: [PATCH] Update "describe" documentation to match reality A sample "git describe -h" did not match what the program actually says. Signed-off-by: Thiago Farina Signed-off-by: Junio C Hamano --- Documentation/gitcli.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] * +usage: git describe [options] * --contains find the tag that comes after the commit --debug debug search strategy on stderr -- 2.11.4.GIT