[Groonga-commit] droonga/droonga.org at b0afaf4 [gh-pages] Fix prompt

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Feb 28 15:43:33 JST 2014


Kouhei Sutou	2014-02-28 15:43:33 +0900 (Fri, 28 Feb 2014)

  New Revision: b0afaf48abdb360d24a457825248f6ac561e8908
  https://github.com/droonga/droonga.org/commit/b0afaf48abdb360d24a457825248f6ac561e8908

  Message:
    Fix prompt

  Modified files:
    _po/ja/tutorial/plugin-development/adapter/index.po
    ja/tutorial/plugin-development/adapter/index.md
    tutorial/plugin-development/adapter/index.md

  Modified: _po/ja/tutorial/plugin-development/adapter/index.po (+2 -2)
===================================================================
--- _po/ja/tutorial/plugin-development/adapter/index.po    2014-02-28 15:41:52 +0900 (ee27d73)
+++ _po/ja/tutorial/plugin-development/adapter/index.po    2014-02-28 15:43:33 +0900 (2b96a3c)
@@ -417,7 +417,7 @@ msgstr ""
 
 msgid ""
 "~~~\n"
-"$ droonga-request --tag starbucks search-columbus.json\n"
+"# droonga-request --tag starbucks search-columbus.json\n"
 "Elapsed time: 0.017343\n"
 "[\n"
 "  \"droonga.message\",\n"
@@ -510,7 +510,7 @@ msgstr ""
 
 msgid ""
 "~~~\n"
-"$ droonga-request --tag starbucks search-columbus.json\n"
+"# droonga-request --tag starbucks search-columbus.json\n"
 "Elapsed time: 0.015491\n"
 "[\n"
 "  \"droonga.message\",\n"

  Modified: ja/tutorial/plugin-development/adapter/index.md (+2 -2)
===================================================================
--- ja/tutorial/plugin-development/adapter/index.md    2014-02-28 15:41:52 +0900 (6495fa2)
+++ ja/tutorial/plugin-development/adapter/index.md    2014-02-28 15:43:33 +0900 (6b0c770)
@@ -298,7 +298,7 @@ After restart, the response always includes only one record in `records` section
 Send the request same as the previous:
 
 ~~~
-$ droonga-request --tag starbucks search-columbus.json
+# droonga-request --tag starbucks search-columbus.json
 Elapsed time: 0.017343
 [
   "droonga.message",
@@ -376,7 +376,7 @@ Let's restart fluentd:
 And send search request (Use the same JSON for request as in the previous section):
 
 ~~~
-$ droonga-request --tag starbucks search-columbus.json
+# droonga-request --tag starbucks search-columbus.json
 Elapsed time: 0.015491
 [
   "droonga.message",

  Modified: tutorial/plugin-development/adapter/index.md (+2 -2)
===================================================================
--- tutorial/plugin-development/adapter/index.md    2014-02-28 15:41:52 +0900 (2b326db)
+++ tutorial/plugin-development/adapter/index.md    2014-02-28 15:43:33 +0900 (e559d91)
@@ -289,7 +289,7 @@ After restart, the response always includes only one record in `records` section
 Send the request same as the previous:
 
 ~~~
-$ droonga-request --tag starbucks search-columbus.json
+# droonga-request --tag starbucks search-columbus.json
 Elapsed time: 0.017343
 [
   "droonga.message",
@@ -367,7 +367,7 @@ Let's restart fluentd:
 And send search request (Use the same JSON for request as in the previous section):
 
 ~~~
-$ droonga-request --tag starbucks search-columbus.json
+# droonga-request --tag starbucks search-columbus.json
 Elapsed time: 0.015491
 [
   "droonga.message",
-------------- next part --------------
HTML����������������������������...
Download 



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