Documentation: rev-list-options: Fix a typo
[gitweb.git] / Documentation / rev-list-options.txt
index c953d1cac53412c08870d013e2db5e22b8e6fe6e..1d857559ef1327fd33dc5ab0f74e12fd9e3a3e26 100644 (file)
@@ -45,6 +45,10 @@ endif::git-rev-list[]
 
        Print the parents of the commit.
 
+--children::
+
+       Print the children of the commit.
+
 ifdef::git-rev-list[]
 --timestamp::
        Print the raw commit timestamp.
@@ -67,7 +71,7 @@ For example, if you have this topology:
          o---x---a---a  branch A
 -----------------------------------------------------------------------
 +
-you would get an output line this:
+you would get an output like this:
 +
 -----------------------------------------------------------------------
        $ git rev-list --left-right --boundary --pretty=oneline A...B