Navigation Menu

Skip to content

Commit

Permalink
Remove needless term "itself"
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 28, 2014
1 parent 08eba90 commit 1e0ba39
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions _po/ja/tutorial/1.0.4/add-replica/index.po
Expand Up @@ -309,14 +309,14 @@ msgid ""
msgstr ""

msgid ""
" * You must specify the host name or the IP address of the new replica node it"
"self, via the `--host` option.\n"
" * You must specify the host name or the IP address of the new replica node, v"
"ia the `--host` option.\n"
" * You must specify the host name or the IP address of an existing node of the"
" cluster, via the `--replica-source-host` option.\n"
" * You must run the command in the directory `catalog.json` is located, or spe"
"cify path to the directory via the `--base-dir` option."
msgstr ""
" * `--host` オプションで、その新しいreplicaノード自身のホスト名またはIPアドレスを指定して下さい。\n"
" * `--host` オプションで、その新しいreplicaノードのホスト名またはIPアドレスを指定して下さい。\n"
" * `--replica-source-host` オプションで、クラスタ中の既存のノードの1つのホスト名またはIPアドレスを指定して下さい。\n"
" * コマンドは `catalog.json` が置かれたディレクトリで実行するか、もしくはそのディレクトリのパスを `--base-dir` オプションで"
"指定して下さい。"
Expand Down
2 changes: 1 addition & 1 deletion ja/tutorial/1.0.4/add-replica/index.md
Expand Up @@ -173,7 +173,7 @@ cronjobとして実行されるバッチスクリプトによって `load` コ
# droonga-engine-join --host=192.168.0.12 \
--replica-source-host=192.168.0.10

* `--host` オプションで、その新しいreplicaノード自身のホスト名またはIPアドレスを指定して下さい
* `--host` オプションで、その新しいreplicaノードのホスト名またはIPアドレスを指定して下さい
* `--replica-source-host` オプションで、クラスタ中の既存のノードの1つのホスト名またはIPアドレスを指定して下さい。
* コマンドは `catalog.json` が置かれたディレクトリで実行するか、もしくはそのディレクトリのパスを `--base-dir` オプションで指定して下さい。

Expand Down
2 changes: 1 addition & 1 deletion tutorial/1.0.4/add-replica/index.md
Expand Up @@ -165,7 +165,7 @@ To add a new replica node to an existing cluster, you just run a command `droong
# droonga-engine-join --host=192.168.0.12 \
--replica-source-host=192.168.0.10

* You must specify the host name or the IP address of the new replica node itself, via the `--host` option.
* You must specify the host name or the IP address of the new replica node, via the `--host` option.
* You must specify the host name or the IP address of an existing node of the cluster, via the `--replica-source-host` option.
* You must run the command in the directory `catalog.json` is located, or specify path to the directory via the `--base-dir` option.

Expand Down

0 comments on commit 1e0ba39

Please sign in to comment.