Thanks to Thomas for the prod - update usage message to include all

supported options.
This commit is contained in:
agc 2006-03-11 12:09:36 +00:00
parent d9f154cd37
commit 7acf73bedf
1 changed files with 1 additions and 1 deletions

View File

@ -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++) {