git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] rev-parse: fix typo in example on manpage
@ 2014-04-01 19:27 René Scharfe
  2014-04-02 17:32 ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: René Scharfe @ 2014-04-01 19:27 UTC (permalink / raw
  To: git; +Cc: Junio C Hamano

---
 Documentation/git-rev-parse.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/git-rev-parse.txt b/Documentation/git-rev-parse.txt
index e05e6b3..377d9d7 100644
--- a/Documentation/git-rev-parse.txt
+++ b/Documentation/git-rev-parse.txt
@@ -363,7 +363,7 @@ usage: some-command [options] <args>...
     -h, --help            show the help
     --foo                 some nifty option --foo
     --bar ...             some cool option --bar with an argument
-    --bar <arg>           another cool option --baz with a named argument
+    --baz <arg>           another cool option --baz with a named argument
     --qux[=<path>]        qux may take a path argument but has meaning by itself
 
 An option group Header
-- 
1.9.1

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

* Re: [PATCH] rev-parse: fix typo in example on manpage
  2014-04-01 19:27 [PATCH] rev-parse: fix typo in example on manpage René Scharfe
@ 2014-04-02 17:32 ` Junio C Hamano
  2014-04-02 17:36   ` René Scharfe
  0 siblings, 1 reply; 3+ messages in thread
From: Junio C Hamano @ 2014-04-02 17:32 UTC (permalink / raw
  To: René Scharfe; +Cc: git

René Scharfe <l.s.r@web.de> writes:

> ---
>  Documentation/git-rev-parse.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks; I'll forge your Sign-off ;-)

>
> diff --git a/Documentation/git-rev-parse.txt b/Documentation/git-rev-parse.txt
> index e05e6b3..377d9d7 100644
> --- a/Documentation/git-rev-parse.txt
> +++ b/Documentation/git-rev-parse.txt
> @@ -363,7 +363,7 @@ usage: some-command [options] <args>...
>      -h, --help            show the help
>      --foo                 some nifty option --foo
>      --bar ...             some cool option --bar with an argument
> -    --bar <arg>           another cool option --baz with a named argument
> +    --baz <arg>           another cool option --baz with a named argument
>      --qux[=<path>]        qux may take a path argument but has meaning by itself
>  
>  An option group Header

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

* Re: [PATCH] rev-parse: fix typo in example on manpage
  2014-04-02 17:32 ` Junio C Hamano
@ 2014-04-02 17:36   ` René Scharfe
  0 siblings, 0 replies; 3+ messages in thread
From: René Scharfe @ 2014-04-02 17:36 UTC (permalink / raw
  To: Junio C Hamano; +Cc: git

Am 02.04.2014 19:32, schrieb Junio C Hamano:
> René Scharfe <l.s.r@web.de> writes:
>
>> ---
>>   Documentation/git-rev-parse.txt | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> Thanks; I'll forge your Sign-off ;-)

Oops, sorry, and thanks.

Signed-off-by: Rene Scharfe <l.s.r@web.de>

>>
>> diff --git a/Documentation/git-rev-parse.txt b/Documentation/git-rev-parse.txt
>> index e05e6b3..377d9d7 100644
>> --- a/Documentation/git-rev-parse.txt
>> +++ b/Documentation/git-rev-parse.txt
>> @@ -363,7 +363,7 @@ usage: some-command [options] <args>...
>>       -h, --help            show the help
>>       --foo                 some nifty option --foo
>>       --bar ...             some cool option --bar with an argument
>> -    --bar <arg>           another cool option --baz with a named argument
>> +    --baz <arg>           another cool option --baz with a named argument
>>       --qux[=<path>]        qux may take a path argument but has meaning by itself
>>
>>   An option group Header

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

end of thread, other threads:[~2014-04-03 10:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-01 19:27 [PATCH] rev-parse: fix typo in example on manpage René Scharfe
2014-04-02 17:32 ` Junio C Hamano
2014-04-02 17:36   ` René Scharfe

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).