From 0feb77e79e6ab3366f73f3a66385d226d97393ca Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 9 Feb 2018 19:17:18 +0100 Subject: [PATCH] device add: support --help --- cmd_device.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd_device.c b/cmd_device.c index 5628fae..143f21d 100644 --- a/cmd_device.c +++ b/cmd_device.c @@ -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(); -- 2.39.2