From: Derrick Brashear Date: Tue, 11 Mar 2003 02:22:03 +0000 (+0000) Subject: STABLE12-cbd-all-flag-in-usage-20030310 X-Git-Tag: openafs-stable-1_2_9~44 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=9cf19b4718d2f6dcef644cbc1ea9b1befb1b3130;p=packages%2Fo%2Fopenafs.git STABLE12-cbd-all-flag-in-usage-20030310 cbd supports -all; put it in usage. (cherry picked from commit 4f33d5b42854623a38d73e2b32d4fc872db356f7) --- diff --git a/src/viced/callback.c b/src/viced/callback.c index a49709165..9538686d8 100644 --- a/src/viced/callback.c +++ b/src/viced/callback.c @@ -1689,7 +1689,7 @@ main(argc, 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); }