null+****@clear*****
null+****@clear*****
2012年 5月 23日 (水) 17:04:21 JST
Kouhei Sutou 2012-05-23 17:04:21 +0900 (Wed, 23 May 2012)
New Revision: 2317a7054daa52898ac327990a1c593795e613ce
Log:
groonga: add missing help message for --output-fd
Modified files:
src/groonga.c
Modified: src/groonga.c (+1 -0)
===================================================================
--- src/groonga.c 2012-05-23 17:01:55 +0900 (0c6ec46)
+++ src/groonga.c 2012-05-23 17:04:21 +0900 (a340c95)
@@ -2417,6 +2417,7 @@ show_usage(FILE *output)
" --file <path>: read commands from specified file\n"
" --input-fd <FD>: read commands from specified file descriptor\n"
" --file has a prioriry over --input-fd\n"
+ " --output-fd <FD>: output response to specifid file descriptor\n"
" -p, --port <port number>: specify server port number (client mode only)\n"
" (default: %d)\n"
"\n"