mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-12-11 00:00:12 +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' },
|
{ "discard", no_argument, NULL, 'D' },
|
||||||
{ "tier", required_argument, NULL, 't' },
|
{ "tier", required_argument, NULL, 't' },
|
||||||
{ "force", no_argument, NULL, 'f' },
|
{ "force", no_argument, NULL, 'f' },
|
||||||
|
{ "help", no_argument, NULL, 'h' },
|
||||||
{ NULL }
|
{ NULL }
|
||||||
};
|
};
|
||||||
struct format_opts format_opts = format_opts_default();
|
struct format_opts format_opts = format_opts_default();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user