mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-23 00:00:02 +03:00
format: Add help text for missing options
This commit is contained in:
parent
7f99caf69d
commit
386bcc40bb
@ -85,6 +85,9 @@ static void usage(void)
|
|||||||
" --data_replicas=# Number of data replicas\n"
|
" --data_replicas=# Number of data replicas\n"
|
||||||
" --metadata_replicas=# Number of metadata replicas\n"
|
" --metadata_replicas=# Number of metadata replicas\n"
|
||||||
" --replicas=# Sets both data and metadata replicas\n"
|
" --replicas=# Sets both data and metadata replicas\n"
|
||||||
|
" --foreground_target=target\n"
|
||||||
|
" --background_target=target\n"
|
||||||
|
" --promote_target=target\n"
|
||||||
" --encrypted Enable whole filesystem encryption (chacha20/poly1305)\n"
|
" --encrypted Enable whole filesystem encryption (chacha20/poly1305)\n"
|
||||||
" --no_passphrase Don't encrypt master encryption key\n"
|
" --no_passphrase Don't encrypt master encryption key\n"
|
||||||
" --error_action=(continue|remount-ro|panic)\n"
|
" --error_action=(continue|remount-ro|panic)\n"
|
||||||
@ -95,8 +98,10 @@ static void usage(void)
|
|||||||
"\n"
|
"\n"
|
||||||
"Device specific options:\n"
|
"Device specific options:\n"
|
||||||
" --fs_size=size Size of filesystem on device\n"
|
" --fs_size=size Size of filesystem on device\n"
|
||||||
" --bucket=size Bucket size\n"
|
" --bucket_size=size Bucket size\n"
|
||||||
" --discard Enable discards\n"
|
" --discard Enable discards\n"
|
||||||
|
" --data_allowed=journal,btree,data\n"
|
||||||
|
" Allowed types of data on this device\n"
|
||||||
" --durability=# Device durability (0-4)\n"
|
" --durability=# Device durability (0-4)\n"
|
||||||
" -g, --group=label Disk group\n"
|
" -g, --group=label Disk group\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user