device add: support --help

This commit is contained in:
Leah Neukirchen 2018-02-09 19:17:18 +01:00
parent 487282f7a1
commit 0feb77e79e

View File

@ -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();