[Groonga-commit] groonga/groonga at f993a55 [master] doc: correct command lines of groonga executable in the client mode

Back to archive index

Noritada Kobayashi null+****@clear*****
Sat May 19 18:21:16 JST 2018


Noritada Kobayashi	2018-05-19 18:21:16 +0900 (Sat, 19 May 2018)

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

  Merged cfe7f54: Merge pull request #843 from noritada/fix-doc

  Message:
    doc: correct command lines of groonga executable in the client mode
    
    "--host" option is not available in the client mode.

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

  Modified: doc/source/reference/executables/groonga.rst (+2 -2)
===================================================================
--- doc/source/reference/executables/groonga.rst    2018-05-16 18:12:22 +0900 (77b49703e)
+++ doc/source/reference/executables/groonga.rst    2018-05-19 18:21:16 +0900 (72e06690f)
@@ -156,12 +156,12 @@ protocol Groonga server.
 Here is the syntax to run shell that executes Groonga command against
 Groonga server that is running at ``192.168.0.1:10043``::
 
-  groonga [options] -c --host 192.168.0.1 --port 10043
+  groonga [options] -c --port 10043 192.168.0.1
 
 Here is the syntax to run Groonga command against Groonga server that
 is running at ``192.168.0.1:10043`` and exit::
 
-  groonga [options] -c --host 192.168.0.1 --port 10043 COMMAND [command arguments]
+  groonga [options] -c --port 10043 192.168.0.1 COMMAND [command arguments]
 
 Options
 -------
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180519/8bfe6817/attachment.htm 



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