From a502eb50948456b827d76c217ff4442e70aceceb Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 9 Feb 2018 19:21:47 +0100 Subject: [PATCH] format: document -U (used by many mkfs.*) --- bcachefs.8 | 2 +- cmd_format.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bcachefs.8 b/bcachefs.8 index aee1e4a..cb02ddb 100644 --- a/bcachefs.8 +++ b/bcachefs.8 @@ -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 85b7e65..4462d3c 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" -- 2.39.5