[Groonga-commit] groonga/groonga at eff983b [master] doc: follow --pid-file -> --pid-path change

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jan 27 14:54:38 JST 2016


Kouhei Sutou	2016-01-27 14:54:38 +0900 (Wed, 27 Jan 2016)

  New Revision: eff983be1ec428aa03d50a00cc5d49a19dce8d62
  https://github.com/groonga/groonga/commit/eff983be1ec428aa03d50a00cc5d49a19dce8d62

  Message:
    doc: follow --pid-file -> --pid-path change

  Modified files:
    doc/source/reference/executables/groonga.rst

  Modified: doc/source/reference/executables/groonga.rst (+3 -3)
===================================================================
--- doc/source/reference/executables/groonga.rst    2016-01-26 22:50:28 +0900 (a1a84e2)
+++ doc/source/reference/executables/groonga.rst    2016-01-27 14:54:38 +0900 (05c2e95)
@@ -135,7 +135,7 @@ Here is the syntax to run Groonga daemon with existing database::
 
   groonga [options] --protocol http -d DB_PATH
 
-:option:`--pid-file` option will be useful for daemon mode.
+:option:`--pid-path` option will be useful for daemon mode.
 
 .. _groonga-executable-file-client-mode:
 
@@ -282,10 +282,10 @@ Options
      ; ';'以降もコメント。
 
      # 'キー = 値'でオプションを指定。
-     pid-file = /var/run/groonga.pid
+     pid-path = /var/run/groonga.pid
 
      # '='の前後の空白はは無視される。↓は↑と同じ意味。
-     pid-file=/var/run/groonga.pid
+     pid-path=/var/run/groonga.pid
 
      # 'キー'は'--XXX'スタイルのオプション名と同じものが使える。
      # 例えば、'--pid-path'に対応するキーは'pid-path'。
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index