summaryrefslogtreecommitdiffstats
path: root/utils/statd
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2007-03-22 17:05:29 +1100
committerNeil Brown <neilb@suse.de>2007-03-22 17:05:29 +1100
commit4e5f91d9b9607f2c29ef42a131460f0b29f96974 (patch)
treef8de639449b631c1f60566c706ed72ac7f7dbc4b /utils/statd
parent33f60147abb70ce36017c58366b0a1710453bb00 (diff)
downloadnfs-utils-4e5f91d9b9607f2c29ef42a131460f0b29f96974.tar.gz
nfs-utils-4e5f91d9b9607f2c29ef42a131460f0b29f96974.tar.xz
nfs-utils-4e5f91d9b9607f2c29ef42a131460f0b29f96974.zip
sm-notify - Fix typos in Usage message.
Diffstat (limited to 'utils/statd')
-rw-r--r--utils/statd/sm-notify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/statd/sm-notify.c b/utils/statd/sm-notify.c
index b7a5dd5..cdadcd7 100644
--- 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;
}