mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-01-23 00:07:07 +03:00
device add: support --help
This commit is contained in:
parent
487282f7a1
commit
0feb77e79e
@ -43,6 +43,7 @@ int cmd_device_add(int argc, char *argv[])
|
||||
{ "discard", no_argument, NULL, 'D' },
|
||||
{ "tier", required_argument, NULL, 't' },
|
||||
{ "force", no_argument, NULL, 'f' },
|
||||
{ "help", no_argument, NULL, 'h' },
|
||||
{ NULL }
|
||||
};
|
||||
struct format_opts format_opts = format_opts_default();
|
||||
|
Loading…
Reference in New Issue
Block a user