projects
/
nfs-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33f6014
)
sm-notify - Fix typos in Usage message.
author
Neil Brown
<neilb@suse.de>
Thu, 22 Mar 2007 06:05:29 +0000
(17:05 +1100)
committer
Neil Brown
<neilb@suse.de>
Thu, 22 Mar 2007 06:05:29 +0000
(17:05 +1100)
utils/statd/sm-notify.c
patch
|
blob
|
history
diff --git
a/utils/statd/sm-notify.c
b/utils/statd/sm-notify.c
index
b7a5dd5
..
cdadcd7
100644
(file)
--- a/
utils/statd/sm-notify.c
+++ b/
utils/statd/sm-notify.c
@@
-144,7
+144,7
@@
main(int argc, char **argv)
if (optind < argc) {
usage: fprintf(stderr,
"Usage: sm-notify [-dfq] [-m max-retry-minutes] [-p srcport]\n"
- " [-P /path/to/state/directory] [-
N my_host_name
\n");
+ " [-P /path/to/state/directory] [-
v my_host_name]
\n");
return 1;
}