git » nmdb » commit 0635062

Improve the help message for the -o option.

author Alberto Bertogli
2007-11-27 22:37:15 UTC
committer Alberto Bertogli
2007-11-27 22:37:15 UTC
parent 7d3cc608ac701ee292093eabfe745cc7bb1da24a

Improve the help message for the -o option.

Signed-off-by: Alberto Bertogli <albertito@gmail.com>

nmdb/main.c +1 -1

diff --git a/nmdb/main.c b/nmdb/main.c
index 3f29fd2..0d3d472 100644
--- a/nmdb/main.c
+++ b/nmdb/main.c
@@ -37,7 +37,7 @@ static void help(void) {
 	  "  -s port	SCTP listening port (26010)\n"
 	  "  -S addr	SCTP listening address (all local addresses)\n"
 	  "  -c nobj	max. number of objects to be cached, in thousands (128)\n"
-	  "  -o	fname	log to the file 'fname'.\n"
+	  "  -o fname	log to the given file (defaults to stdout).\n"
 	  "  -f		don't fork and stay in the foreground\n"
 	  "  -p		enable passive mode, for redundancy purposes (read docs.)\n"
 	  "  -h		show this help\n"