git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] git-help.txt: fix mentions of option --guides
@ 2020-07-29 13:39 Andrei Rybak
  2020-07-30 10:56 ` Philip Oakley
  0 siblings, 1 reply; 2+ messages in thread
From: Andrei Rybak @ 2020-07-29 13:39 UTC (permalink / raw)
  To: git, philipoakley

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>
---
 Documentation/git-help.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/git-help.txt b/Documentation/git-help.txt
index f71db0daa2..69c0c5c34e 100644
--- a/Documentation/git-help.txt
+++ b/Documentation/git-help.txt
@@ -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
-- 
2.28.0.windows.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] git-help.txt: fix mentions of option --guides
  2020-07-29 13:39 [PATCH] git-help.txt: fix mentions of option --guides Andrei Rybak
@ 2020-07-30 10:56 ` Philip Oakley
  0 siblings, 0 replies; 2+ messages in thread
From: Philip Oakley @ 2020-07-30 10:56 UTC (permalink / raw)
  To: Andrei Rybak, git

On 29/07/2020 14:39, Andrei Rybak wrote:
> 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>
> ---
>  Documentation/git-help.txt | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/git-help.txt b/Documentation/git-help.txt
> index f71db0daa2..69c0c5c34e 100644
> --- a/Documentation/git-help.txt
> +++ b/Documentation/git-help.txt
> @@ -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
Looks like the error was all mine, all the way back to my a133737b80
(doc: include --guide option description for "git help", 2013-04-02)

The majority of that change referred to individual 'guide'(singular),
however the option to list them is in the plural. I didn't find any
other errorss (other than the referenced commit's subject;-) , but a
note as in this commit message about the singular/plural confusion may
be worth having if there is a re-roll.

Acked-by: Philip Oakley <philipoakley@iee.email>



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-30 10:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-29 13:39 [PATCH] git-help.txt: fix mentions of option --guides Andrei Rybak
2020-07-30 10:56 ` Philip Oakley

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).