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 | |
parent | a2a99187c12b2238ae2a60aba1c1ff9ddd1c8b84 (diff) |
format: document -U (used by many mkfs.*)
-rw-r--r-- | bcachefs.8 | 2 | ||||
-rw-r--r-- | cmd_format.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -126,7 +126,7 @@ Action to take on filesystem error (default: .It Fl L , Fl -label Ns = Ns Ar label Create the filesystem with the specified .Ar label -.It Fl -uuid Ns = Ns Ar uuid +.It Fl U , -uuid Ns = Ns Ar uuid Create the filesystem with the specified .Ar uuid .It Fl f , Fl -force 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" |