STABLE12-cbd-all-flag-in-usage-20030310

cbd supports -all; put it in usage.


(cherry picked from commit 4f33d5b428)
This commit is contained in:
Derrick Brashear 2003-03-11 02:22:03 +00:00
parent cc4b04cf84
commit 9cf19b4718

View File

@ -1689,7 +1689,7 @@ main(argc, argv)
} }
if (err || argc != 1) { if (err || argc != 1) {
fprintf(stderr, fprintf(stderr,
"Usage: cbd [-host cbid] [-fid volume vnode] [-stats] callbackdumpfile\n"); "Usage: cbd [-host cbid] [-fid volume vnode] [-stats] [-all] callbackdumpfile\n");
fprintf(stderr, "[cbid is shown for each host in the hosts.dump file]\n"); fprintf(stderr, "[cbid is shown for each host in the hosts.dump file]\n");
exit(1); exit(1);
} }