Commit f78bcc48 authored by Tsuyoshi Uchida's avatar Tsuyoshi Uchida Committed by Daniel Verkamp
Browse files

iscsi_tgt: modify usage (#55)

- Delete -v and -V from usage because they are not implemented.
- Add -q to usage.
parent a2d0fa53
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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