Thanks to Thomas for the prod - update usage message to include all
supported options.
This commit is contained in:
parent
d9f154cd37
commit
7acf73bedf
|
@ -152,7 +152,7 @@ main(int argc, char **argv)
|
|||
tgthi = target + 1;
|
||||
}
|
||||
if (argc == 1) {
|
||||
(void) fprintf(stderr, "usage: %s [-h hostname] [-l lun] [-n iterations] [-t target]\n", *argv);
|
||||
(void) fprintf(stderr, "usage: %s [-V] [-a auth-type] [-d digest-type] [-h hostname] [-l lun] [-n iterations] [-t target] [-u user]\n", *argv);
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
for (j = 0; j < iterations; j++) {
|
||||
|
|
Loading…
Reference in New Issue