]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
fdisk: fix the grammar of an option description
authorBenno Schulenberg <bensberg@justemail.net>
Thu, 17 Mar 2016 09:39:14 +0000 (10:39 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 17 Mar 2016 11:18:54 +0000 (12:18 +0100)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
disk-utils/fdisk.c

index c941e5b9695fe33a9bd77e1a8e0c1653e9dfa9d8..73d82eb4ca9a556358b869657370946f938e358a 100644 (file)
@@ -729,7 +729,7 @@ static void __attribute__ ((__noreturn__)) usage(FILE *out)
 
        fputs(USAGE_OPTIONS, out);
        fputs(_(" -b, --sector-size <size>      physical and logical sector size\n"), out);
-       fputs(_(" -B, --protect-boot            don't erase bootbits when create a new label\n"), out);
+       fputs(_(" -B, --protect-boot            don't erase bootbits when creating a new label\n"), out);
        fputs(_(" -c, --compatibility[=<mode>]  mode is 'dos' or 'nondos' (default)\n"), out);
        fputs(_(" -L, --color[=<when>]          colorize output (auto, always or never)\n"), out);
        fprintf(out,