[Groonga-commit] droonga/droonga.org at 020761f [gh-pages] Fix wrong option names

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Apr 28 14:03:19 JST 2014


YUKI Hiroshi	2014-04-28 14:03:19 +0900 (Mon, 28 Apr 2014)

  New Revision: 020761f8021155e06c50476007c2979fc0ebe9b4
  https://github.com/droonga/droonga.org/commit/020761f8021155e06c50476007c2979fc0ebe9b4

  Message:
    Fix wrong option names

  Modified files:
    tutorial/groonga/index.md

  Modified: tutorial/groonga/index.md (+3 -3)
===================================================================
--- tutorial/groonga/index.md    2014-04-28 11:31:03 +0900 (f5d59dc)
+++ tutorial/groonga/index.md    2014-04-28 14:03:19 +0900 (f6bae47)
@@ -76,16 +76,16 @@ Assume that you have two computers: `192.168.0.10` and `192.168.0.11`.
     
  5. Create a `catalog.json`, *on one of Droonga nodes*.
     The file defines the structure of your Droonga cluster.
-    You'll specify the name of the dataset via the `--dataset` option and the list of your Droonga node's IP addresses via the `--nodes` option, like:
+    You'll specify the name of the dataset via the `--dataset` option and the list of your Droonga node's IP addresses via the `--hosts` option, like:
     
         # droonga-catalog-generate --dataset=Starbucks \
-                                   --nodes=192.168.0.10,192.168.0.11 \
+                                   --hosts=192.168.0.10,192.168.0.11 \
                                    --output=./catalog.json
     
     If you have only one computer and trying to set up it just for testing, then you'll do:
     
         # droonga-catalog-generate --dataset=Starbucks \
-                                   --nodes=127.0.0.1 \
+                                   --hosts=127.0.0.1 \
                                    --output=./catalog.json
     
  6. Share the generated `catalog.json` *to your all Droonga nodes*.
-------------- next part --------------
HTML����������������������������...
Download 



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