diff options
| -rw-r--r-- | plpnfsd/main.cc | 8 | 
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";  | 
