mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
cbd-all-flag-in-usage-20030310
cbd supports -all; put it in usage.
This commit is contained in:
parent
980b1cf915
commit
4f33d5b428
@ -1761,7 +1761,7 @@ int main(int argc, char **argv)
|
||||
}
|
||||
if (err || argc != 1) {
|
||||
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");
|
||||
exit(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user