]> git.ipfire.org Git - thirdparty/git.git/commitdiff
git-help.txt: fix mentions of option --guides
authorAndrei Rybak <rybak.a.v@gmail.com>
Wed, 29 Jul 2020 13:39:48 +0000 (15:39 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 29 Jul 2020 18:28:14 +0000 (11:28 -0700)
Fix typos introduced in commit a133737b80 ("doc: include --guide option
description for "git help"", 2013-04-02).

Signed-off-by: Andrei Rybak <rybak.a.v@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-help.txt

index f71db0daa24358e8589281d06ee48e7cd877bca8..69c0c5c34e97318d3924ebb5764c4b1db72ce85b 100644 (file)
@@ -8,7 +8,7 @@ git-help - Display help information about Git
 SYNOPSIS
 --------
 [verse]
-'git help' [-a|--all [--[no-]verbose]] [-g|--guide]
+'git help' [-a|--all [--[no-]verbose]] [-g|--guides]
           [-i|--info|-m|--man|-w|--web] [COMMAND|GUIDE]
 
 DESCRIPTION
@@ -21,7 +21,7 @@ on the standard output.
 If the option `--all` or `-a` is given, all available commands are
 printed on the standard output.
 
-If the option `--guide` or `-g` is given, a list of the useful
+If the option `--guides` or `-g` is given, a list of the useful
 Git guides is also printed on the standard output.
 
 If a command, or a guide, is given, a manual page for that command or