All of lore.kernel.org
 help / color / mirror / Atom feed
* typo in btrfs-progs master/v3.16.x
@ 2014-08-25 22:09 Chris Murphy
  2014-08-25 22:32 ` David Sterba
  0 siblings, 1 reply; 3+ messages in thread
From: Chris Murphy @ 2014-08-25 22:09 UTC (permalink / raw)
  To: Btrfs BTRFS; +Cc: dsterba@suse.cz Sterba

git diff mason/master sterba/integration-20140729

diff --git a/cmds-scrub.c b/cmds-scrub.c
index 731c5c9..0bf06ee 100644
--- a/cmds-scrub.c
+++ b/cmds-scrub.c
@@ -1527,16 +1527,16 @@ out:
 
 static const char * const cmd_scrub_start_usage[] = {
        "btrfs scrub start [-BdqrRf] [-c ioprio_class -n ioprio_classdata] <path>|<device>",
-       "Start a new scrub. If a scrub is already running, the new one fails.",
+       "Start a new scrub",
        "",
        "-B     do not background",
        "-d     stats per device (-B only)",
        "-q     be quiet",
        "-r     read only mode",
-       "-R     raw print mode, print full data instead of summary",
+       "-R     raw print mode, print full data instead of summary"


Looks like a missing , at the end of this line. All other lines end in ,



Chris Murphy


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

* Re: typo in btrfs-progs master/v3.16.x
  2014-08-25 22:09 typo in btrfs-progs master/v3.16.x Chris Murphy
@ 2014-08-25 22:32 ` David Sterba
  2014-08-25 22:43   ` Chris Murphy
  0 siblings, 1 reply; 3+ messages in thread
From: David Sterba @ 2014-08-25 22:32 UTC (permalink / raw)
  To: Chris Murphy; +Cc: Btrfs BTRFS

On Mon, Aug 25, 2014 at 04:09:16PM -0600, Chris Murphy wrote:
>  static const char * const cmd_scrub_start_usage[] = {
>         "btrfs scrub start [-BdqrRf] [-c ioprio_class -n ioprio_classdata] <path>|<device>",
> -       "Start a new scrub. If a scrub is already running, the new one fails.",
> +       "Start a new scrub",
>         "",
>         "-B     do not background",
>         "-d     stats per device (-B only)",
>         "-q     be quiet",
>         "-r     read only mode",
> -       "-R     raw print mode, print full data instead of summary",
> +       "-R     raw print mode, print full data instead of summary"
> 
> 
> Looks like a missing , at the end of this line. All other lines end in ,

Thanks for checking, the v3.16.x version is correct.

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

* Re: typo in btrfs-progs master/v3.16.x
  2014-08-25 22:32 ` David Sterba
@ 2014-08-25 22:43   ` Chris Murphy
  0 siblings, 0 replies; 3+ messages in thread
From: Chris Murphy @ 2014-08-25 22:43 UTC (permalink / raw)
  To: dsterba; +Cc: Btrfs BTRFS


On Aug 25, 2014, at 4:32 PM, David Sterba <dsterba@suse.cz> wrote:

> On Mon, Aug 25, 2014 at 04:09:16PM -0600, Chris Murphy wrote:
>> static const char * const cmd_scrub_start_usage[] = {
>>        "btrfs scrub start [-BdqrRf] [-c ioprio_class -n ioprio_classdata] <path>|<device>",
>> -       "Start a new scrub. If a scrub is already running, the new one fails.",
>> +       "Start a new scrub",
>>        "",
>>        "-B     do not background",
>>        "-d     stats per device (-B only)",
>>        "-q     be quiet",
>>        "-r     read only mode",
>> -       "-R     raw print mode, print full data instead of summary",
>> +       "-R     raw print mode, print full data instead of summary"
>> 
>> 
>> Looks like a missing , at the end of this line. All other lines end in ,
> 
> Thanks for checking, the v3.16.x version is correct.

Right. I had the diffs reversed from what I thought they were, so I came to the wrong conclusion.

Chris Murphy

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

end of thread, other threads:[~2014-08-25 22:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-25 22:09 typo in btrfs-progs master/v3.16.x Chris Murphy
2014-08-25 22:32 ` David Sterba
2014-08-25 22:43   ` Chris Murphy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.