From 718b6f0cda1085467f5c51efa8518e8e16dbc8f5 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Thu, 17 Mar 2016 10:39:14 +0100 Subject: fdisk: fix the grammar of an option description Signed-off-by: Benno Schulenberg --- disk-utils/fdisk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'disk-utils/fdisk.c') diff --git a/disk-utils/fdisk.c b/disk-utils/fdisk.c index c941e5b96..73d82eb4c 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, -- cgit v1.2.3-55-g7522