summaryrefslogtreecommitdiff
path: root/cgpt/cmd_add.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgpt/cmd_add.c')
-rw-r--r--cgpt/cmd_add.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cgpt/cmd_add.c b/cgpt/cmd_add.c
index ef6f729d..b229ef14 100644
--- a/cgpt/cmd_add.c
+++ b/cgpt/cmd_add.c
@@ -16,12 +16,12 @@ static void Usage(void)
printf("\nUsage: %s add [OPTIONS] DRIVE\n\n"
"Add, edit, or remove a partition entry.\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"
" -i NUM Specify partition (default is next available)\n"
- " -b NUM Beginning sector\n"
- " -s NUM Size in sectors\n"
+ " -b NUM First block (a.k.a. start of partition)\n"
+ " -s NUM Size (in blocks)\n"
" -t GUID Partition Type GUID\n"
" -u GUID Partition Unique ID\n"
" -l LABEL Label\n"