iscsi_tgt: modify usage (#55)

- Delete -v and -V from usage because they are not implemented.
- Add -q to usage.
This commit is contained in:
Tsuyoshi Uchida 2016-10-27 13:37:13 -07:00 committed by Daniel Verkamp
parent a2d0fa5351
commit f78bcc4821

View File

@ -74,10 +74,9 @@ usage(char *executable_name)
printf(" -p core master (primary) core for DPDK\n");
printf(" -s size memory size in MB for DPDK\n");
spdk_tracelog_usage(stdout, "-t");
printf(" -v verbose (enable warnings)\n");
printf(" -H show this usage\n");
printf(" -V show version\n");
printf(" -d disable coredump file enabling\n");
printf(" -q disable notice level logging to stderr\n");
}
static void