[Groonga-commit] groonga/groonga [master] --pid-file -> --pid-path.

Back to archive index

null+****@clear***** null+****@clear*****
2010年 7月 8日 (木) 11:34:04 JST


Kouhei Sutou	2010-07-08 02:34:04 +0000 (Thu, 08 Jul 2010)

  New Revision: 8a8057b1731571175aac1ceb92685b05025b0f7d

  Log:
    --pid-file -> --pid-path.

  Modified files:
    src/groonga.c

  Modified: src/groonga.c (+2 -2)
===================================================================
--- src/groonga.c    2010-07-09 02:27:12 +0000 (ddcdeb8)
+++ src/groonga.c    2010-07-08 02:34:04 +0000 (db2785c)
@@ -97,7 +97,7 @@ usage(FILE *output)
           "  --version:                        show groonga version\n"
           "  --log-path <path>:                specify log path\n"
           "  --query-log-path <path>:          specify query log path\n"
-          "  --pid-file <path>:                specify pid file path (daemon mode only)\n"
+          "  --pid-path <path>:                specify pid file path (daemon mode only)\n"
           "  --config-path <path>:             specify config file path\n"
           "\n"
           "dest: <db pathname> [<command>] or <dest hostname>\n"
@@ -1743,7 +1743,7 @@ main(int argc, char **argv)
     {'\0', "version", NULL, mode_version, getopt_op_update},
     {'\0', "log-path", NULL, 0, getopt_op_none},
     {'\0', "query-log-path", NULL, 0, getopt_op_none},
-    {'\0', "pid-file", NULL, 0, getopt_op_none},
+    {'\0', "pid-path", NULL, 0, getopt_op_none},
     {'\0', "config-path", NULL, 0, getopt_op_none},
     {'\0', "show-config", NULL, mode_config, getopt_op_update},
     {'\0', NULL, NULL, 0, 0}




Groonga-commit メーリングリストの案内
Back to archive index