format: document -U (used by many mkfs.*)

This commit is contained in:
Leah Neukirchen 2018-02-09 19:21:47 +01:00
parent a2a99187c1
commit a502eb5094
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"