Signed-off-by: Benno Schulenberg <bensberg@xxxxxxxxxxxxx> --- disk-utils/fdisk.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/disk-utils/fdisk.c b/disk-utils/fdisk.c index 3f8769d..558d780 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 <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, -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html