Navigation Menu

Skip to content

Commit

Permalink
Follow changes of the option name
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 28, 2014
1 parent f8c117b commit 718dbc0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions _po/ja/tutorial/1.0.4/dump-restore/index.po
Expand Up @@ -388,7 +388,7 @@ msgid ""
" # host=192.168.0.10\n"
" # droonga-engine-catalog-modify --source=~/droonga/catalog.json \\\n"
" --update \\\n"
" --hosts=$host"
" --replica-hosts=$host"
msgstr ""

msgid ""
Expand All @@ -399,7 +399,7 @@ msgid ""
" # host=192.168.0.11\n"
" # droonga-engine-catalog-modify --source=$PWD/catalog.json \\\n"
" --update \\\n"
" --hosts=$host\n"
" --replica-hosts=$host\n"
" # droonga-engine --host=$host \\\n"
" --log-file=$PWD/droonga-engine.log \\\n"
" --daemon \\\n"
Expand Down
4 changes: 2 additions & 2 deletions ja/tutorial/1.0.4/dump-restore/index.md
Expand Up @@ -241,7 +241,7 @@ Elapsed time: 0.008678467
# host=192.168.0.10
# droonga-engine-catalog-modify --source=~/droonga/catalog.json \
--update \
--hosts=$host
--replica-hosts=$host

(on 192.168.0.11)
# cd ~/droonga
Expand All @@ -250,7 +250,7 @@ Elapsed time: 0.008678467
# host=192.168.0.11
# droonga-engine-catalog-modify --source=$PWD/catalog.json \
--update \
--hosts=$host
--replica-hosts=$host
# droonga-engine --host=$host \
--log-file=$PWD/droonga-engine.log \
--daemon \
Expand Down
4 changes: 2 additions & 2 deletions tutorial/1.0.4/dump-restore/index.md
Expand Up @@ -236,7 +236,7 @@ Construct two clusters by `droonga-engine-catalog-modify` and make one cluster e
# host=192.168.0.10
# droonga-engine-catalog-modify --source=~/droonga/catalog.json \
--update \
--hosts=$host
--replica-hosts=$host

(on 192.168.0.11)
# cd ~/droonga
Expand All @@ -245,7 +245,7 @@ Construct two clusters by `droonga-engine-catalog-modify` and make one cluster e
# host=192.168.0.11
# droonga-engine-catalog-modify --source=$PWD/catalog.json \
--update \
--hosts=$host
--replica-hosts=$host
# droonga-engine --host=$host \
--log-file=$PWD/droonga-engine.log \
--daemon \
Expand Down

0 comments on commit 718dbc0

Please sign in to comment.