YUKI Hiroshi
null+****@clear*****
Thu Sep 25 19:02:14 JST 2014
YUKI Hiroshi 2014-09-25 19:02:14 +0900 (Thu, 25 Sep 2014) New Revision: 3a1a1f4026c708481b8e45e906bd2ae115bbcf96 https://github.com/droonga/droonga.org/commit/3a1a1f4026c708481b8e45e906bd2ae115bbcf96 Message: Fix wrong command line Modified files: _po/ja/tutorial/1.0.6/dump-restore/index.po ja/tutorial/1.0.6/dump-restore/index.md tutorial/1.0.6/dump-restore/index.md Modified: _po/ja/tutorial/1.0.6/dump-restore/index.po (+1 -2) =================================================================== --- _po/ja/tutorial/1.0.6/dump-restore/index.po 2014-09-25 18:30:18 +0900 (aeffa16) +++ _po/ja/tutorial/1.0.6/dump-restore/index.po 2014-09-25 19:02:14 +0900 (dcd682f) @@ -272,7 +272,6 @@ msgstr "これでクラスタは空になりました。確かめてみましょ msgid "" "~~~\n" -"$ endpoint=\"http://node0:10041\"\n" "$ curl \"$endpoint/d/table_list?_=$(date +%s)\" | jq \".\"\n" "[\n" " [\n" @@ -318,7 +317,7 @@ msgid "" " ]\n" "]\n" "$ curl \"$endpoint/d/select?table=Store&output_columns=name&limit=10&_=$(date +" -"%s)\"\" | jq \".\"\n" +"%s)\" | jq \".\"\n" "[\n" " [\n" " 0,\n" Modified: ja/tutorial/1.0.6/dump-restore/index.md (+1 -2) =================================================================== --- ja/tutorial/1.0.6/dump-restore/index.md 2014-09-25 18:30:18 +0900 (89f9b50) +++ ja/tutorial/1.0.6/dump-restore/index.md 2014-09-25 19:02:14 +0900 (a5e59c4) @@ -176,7 +176,6 @@ $ curl "$endpoint/d/table_remove?name=Term" | jq "." これでクラスタは空になりました。確かめてみましょう: ~~~ -$ endpoint="http://node0:10041" $ curl "$endpoint/d/table_list?_=$(date +%s)" | jq "." [ [ @@ -221,7 +220,7 @@ $ curl "$endpoint/d/table_list?_=$(date +%s)" | jq "." ] ] ] -$ curl "$endpoint/d/select?table=Store&output_columns=name&limit=10&_=$(date +%s)"" | jq "." +$ curl "$endpoint/d/select?table=Store&output_columns=name&limit=10&_=$(date +%s)" | jq "." [ [ 0, Modified: tutorial/1.0.6/dump-restore/index.md (+1 -2) =================================================================== --- tutorial/1.0.6/dump-restore/index.md 2014-09-25 18:30:18 +0900 (7126e1f) +++ tutorial/1.0.6/dump-restore/index.md 2014-09-25 19:02:14 +0900 (b6688fd) @@ -169,7 +169,6 @@ $ curl "$endpoint/d/table_remove?name=Term" | jq "." After that the cluster becomes empty. Confirm it: ~~~ -$ endpoint="http://node0:10041" $ curl "$endpoint/d/table_list?_=$(date +%s)" | jq "." [ [ @@ -214,7 +213,7 @@ $ curl "$endpoint/d/table_list?_=$(date +%s)" | jq "." ] ] ] -$ curl "$endpoint/d/select?table=Store&output_columns=name&limit=10&_=$(date +%s)"" | jq "." +$ curl "$endpoint/d/select?table=Store&output_columns=name&limit=10&_=$(date +%s)" | jq "." [ [ 0, -------------- next part -------------- HTML����������������������������...Download