summaryrefslogtreecommitdiff
path: root/cgpt/cmd_create.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgpt/cmd_create.c')
-rw-r--r--cgpt/cmd_create.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgpt/cmd_create.c b/cgpt/cmd_create.c
index 22d49568..dfa8a1f1 100644
--- a/cgpt/cmd_create.c
+++ b/cgpt/cmd_create.c
@@ -16,10 +16,10 @@ static void Usage(void)
printf("\nUsage: %s create [OPTIONS] DRIVE\n\n"
"Create or reset an empty GPT.\n\n"
"Options:\n"
- " -D NUM Size (in bytes) of the disk where partitions reside\n"
+ " -D NUM Size (in bytes) of the disk where partitions reside;\n"
" default 0, meaning partitions and GPT structs are\n"
" both on DRIVE\n"
- " -z Zero the sectors of the GPT table and entries\n"
+ " -z Zero the blocks of the GPT table and entries\n"
" -p NUM Size (in blocks) of the disk to pad between the\n"
" primary GPT header and its entries, default 0\n"
"\n", progname);