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,