git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
ef105dc
)
fsprobe: Fix usage message
author
Marc Dionne
<marc.c.dionne@gmail.com>
Sat, 2 Apr 2011 13:03:55 +0000 (09:03 -0400)
committer
Derrick Brashear
<shadow@dementia.org>
Sat, 2 Apr 2011 19:41:12 +0000 (12:41 -0700)
Fix the usage message to display the correct command name.
Change-Id: I886ebd45554d7e7eb6254fa59fa010fd78e5952a
Reviewed-on: http://gerrit.openafs.org/4398
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/viced/fsprobe.c
patch
|
blob
|
history
diff --git
a/src/viced/fsprobe.c
b/src/viced/fsprobe.c
index
c55036d
..
8f19df9
100644
(file)
--- a/
src/viced/fsprobe.c
+++ b/
src/viced/fsprobe.c
@@
-69,7
+69,7
@@
main(int argc, char **argv)
argc--, av++;
if (argc < 1) {
- printf("usage: pxclient <serverHost>\n");
+ printf("usage: fsprobe <serverHost>\n");
exit(1);
}
memset(&host, 0, sizeof(struct sockaddr_in));