git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
980b1cf
)
cbd-all-flag-in-usage-20030310
author
Derrick Brashear
<shadow@dementia.org>
Mon, 10 Mar 2003 16:11:49 +0000 (16:11 +0000)
committer
Derrick Brashear
<shadow@dementia.org>
Mon, 10 Mar 2003 16:11:49 +0000 (16:11 +0000)
cbd supports -all; put it in usage.
src/viced/callback.c
patch
|
blob
|
history
diff --git
a/src/viced/callback.c
b/src/viced/callback.c
index
02a0b41
..
f152e0c
100644
(file)
--- a/
src/viced/callback.c
+++ b/
src/viced/callback.c
@@
-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);
}