From: Benno Schulenberg Date: Thu, 17 Mar 2016 09:39:14 +0000 (+0100) Subject: fdisk: fix the grammar of an option description X-Git-Tag: v2.28-rc2~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=718b6f0cda1085467f5c51efa8518e8e16dbc8f5;p=thirdparty%2Futil-linux.git fdisk: fix the grammar of an option description Signed-off-by: Benno Schulenberg --- diff --git a/disk-utils/fdisk.c b/disk-utils/fdisk.c index c941e5b969..73d82eb4ca 100644 --- a/disk-utils/fdisk.c +++ b/disk-utils/fdisk.c @@ -729,7 +729,7 @@ static void __attribute__ ((__noreturn__)) usage(FILE *out) fputs(USAGE_OPTIONS, out); fputs(_(" -b, --sector-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 is 'dos' or 'nondos' (default)\n"), out); fputs(_(" -L, --color[=] colorize output (auto, always or never)\n"), out); fprintf(out,