mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-04-04 00:00:04 +03:00
bcachefs: make usage output more consistent
Minor newline and spacing/alignment touchups make it all just a little easier to read. Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
a95883db43
commit
4ac5ad0832
@ -40,7 +40,7 @@ static void usage(void)
|
||||
" incremental Incrementally assemble an existing multi device filesystem\n"
|
||||
" run Start a partially assembled filesystem\n"
|
||||
" stop Stop a running filesystem\n"
|
||||
|
||||
"\n"
|
||||
"Commands for managing a running filesystem:\n"
|
||||
" fs show Show various information about a filesystem\n"
|
||||
" fs set Modify filesystem options\n"
|
||||
@ -48,7 +48,7 @@ static void usage(void)
|
||||
"Commands for managing devices within a running filesystem:\n"
|
||||
" device add Add a new device to an existing filesystem\n"
|
||||
" device remove Remove a device from an existing filesystem\n"
|
||||
" device online Readd an existing member to a filesystem\n"
|
||||
" device online Re-add an existing member to a filesystem\n"
|
||||
" device offline Take a device offline, without removing it\n"
|
||||
" device evacuate Migrate data off of a specific device\n"
|
||||
" device set-state Mark a device as failed\n"
|
||||
@ -60,8 +60,7 @@ static void usage(void)
|
||||
"\n"
|
||||
"Migrate:\n"
|
||||
" migrate Migrate an existing filesystem to bcachefs, in place\n"
|
||||
" migrate-superblock\n"
|
||||
" Add default superblock, after bcachefs migrate\n"
|
||||
" migrate-superblock Add default superblock, after bcachefs migrate\n"
|
||||
"\n"
|
||||
"Debug:\n"
|
||||
"These commands work on offline, unmounted filesystems\n"
|
||||
|
Loading…
Reference in New Issue
Block a user