aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2007-11-21 00:21:47 +0000
committerReuben Thomas <rrt@sc3d.org>2007-11-21 00:21:47 +0000
commit573511e6c6851e67713ed86f75bf8c71ecef4cb2 (patch)
tree9043d9474312bb85e8065eca690dedc320038050
parented2e69e9273e92499fa86c04c235b2de05700c07 (diff)
downloadplptools-573511e6c6851e67713ed86f75bf8c71ecef4cb2.tar.gz
plptools-573511e6c6851e67713ed86f75bf8c71ecef4cb2.tar.bz2
plptools-573511e6c6851e67713ed86f75bf8c71ecef4cb2.zip
Remove spurious full stops from help.
-rw-r--r--plpnfsd/main.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/plpnfsd/main.cc b/plpnfsd/main.cc
index 6850cd9..dd11326 100644
--- a/plpnfsd/main.cc
+++ b/plpnfsd/main.cc
@@ -481,12 +481,12 @@ help()
"Supported options:\n"
"\n"
" -d, --mountpoint=DIR Specify DIR as mountpoint\n"
- " -u, --user=USER Specify USER who owns mounted dir.\n"
+ " -u, --user=USER Specify USER who owns mounted dir\n"
" -v, --verbose Increase verbosity\n"
" -D, --debug Increase debug level\n"
- " -h, --help Display this text.\n"
- " -V, --version Print version and exit.\n"
- " -p, --port=[HOST:]PORT Connect to port PORT on host HOST.\n"
+ " -h, --help Display this text\n"
+ " -V, --version Print version and exit\n"
+ " -p, --port=[HOST:]PORT Connect to port PORT on host HOST\n"
" Default for HOST is 127.0.0.1\n"
" Default for PORT is "
) << DPORT << "\n\n";