diff options
author | Leah Neukirchen <leah@vuxu.org> | 2018-02-09 19:21:47 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2018-02-09 19:21:47 +0100 |
commit | a502eb50948456b827d76c217ff4442e70aceceb (patch) | |
tree | f3635b570011929a0de23e8c3c1c6ae05a98f9dc /cmd_format.c | |
parent | a2a99187c12b2238ae2a60aba1c1ff9ddd1c8b84 (diff) |
format: document -U (used by many mkfs.*)
Diffstat (limited to 'cmd_format.c')
-rw-r--r-- | cmd_format.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd_format.c b/cmd_format.c index 85b7e655..4462d3ca 100644 --- a/cmd_format.c +++ b/cmd_format.c @@ -84,7 +84,7 @@ static void usage(void) " --error_action=(continue|readonly|panic)\n" " Action to take on filesystem error\n" " -L, --label=label\n" - " --uuid=uuid\n" + " -U, --uuid=uuid\n" " -f, --force\n" "\n" "Device specific options:\n" |