diff options
-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" |