commit 316d2baf5dba0d00447a3ac49f2f95339dbdf5cd Author: Greg Joyce Date: Wed Nov 15 11:28:05 2023 -0600 nvme_call_home: remove -d and -f from usage message The -d and -f weren't removed from the first line of the usage message. Signed-off-by: Greg Joyce diff --git a/diags/diag_nvme.c b/diags/diag_nvme.c index 00efec2..164afe1 100644 --- a/diags/diag_nvme.c +++ b/diags/diag_nvme.c @@ -989,7 +989,7 @@ extern int open_nvme(char *dev_path) { } static void print_usage(char *command) { - printf("Usage: %s [-h] [-d ] [-f ] []\n" + printf("Usage: %s [-h] []\n" "\t-h or --help: print this help message\n" "\t: the NVMe devices on which to operate, for\n" "\t example nvme0; if not specified, all detected\n"