diff.c: emit_add_line() takes only the rest of the line
[gitweb.git] / Documentation / git-describe.txt
index 7fdda04bae34790eb2345427dda746e8bf097c1a..59a6fd17ab3566986aa2f4b12b2ce034aa2c5a97 100644 (file)
@@ -21,8 +21,8 @@ abbreviated object name of the most recent commit.
 
 OPTIONS
 -------
-<committish>::
-       The object name of the committish.
+<committish>...::
+       Committish object names to describe.
 
 --all::
        Instead of using only the annotated tags, use any ref
@@ -38,7 +38,7 @@ OPTIONS
        Automatically implies --tags.
 
 --abbrev=<n>::
-       Instead of using the default 8 hexadecimal digits as the
+       Instead of using the default 7 hexadecimal digits as the
        abbreviated object name, use <n> digits.
 
 --candidates=<n>::