[Groonga-commit] groonga/gcs [master] Fix indents

Back to archive index

Yoji SHIDARA null+****@clear*****
Thu Oct 4 18:10:46 JST 2012


Yoji SHIDARA	2012-10-04 18:10:46 +0900 (Thu, 04 Oct 2012)

  New Revision: ff55c71728031bc1145a29e7eefa778d0ba037b1
  https://github.com/groonga/gcs/commit/ff55c71728031bc1145a29e7eefa778d0ba037b1

  Log:
    Fix indents

  Modified files:
    bin/gcs

  Modified: bin/gcs (+3 -3)
===================================================================
--- bin/gcs    2012-10-04 18:08:40 +0900 (361e7e7)
+++ bin/gcs    2012-10-04 18:10:46 +0900 (a3e5a0b)
@@ -11,18 +11,18 @@ commandLine
           CLI.defaultPort)
   .option('--privilege <ip range>',
           'list of IP ranges for privileged client ' +
-          '(GCS_PRIVILEGED_RANGES) ' +
+            '(GCS_PRIVILEGED_RANGES) ' +
             '[' + CLI.defaultPrivilegedRanges + ']',
           String,
           CLI.defaultPrivilegedRanges)
   .option('--base-host <hostname>',
           'The base host name assigned to the service ' +
-          '(GCS_BASE_HOST) ' +
+            '(GCS_BASE_HOST) ' +
             '[' + CLI.defaultBaseHost + ']',
           String)
   .option('--configuration-host <hostname>',
           'The host name for configuration API of the service ' +
-          '(GCS_CONFIGURATION_HOST) ' +
+            '(GCS_CONFIGURATION_HOST) ' +
             '[' + CLI.defaultConfigurationHost + ']',
           String)
   .parse();
-------------- next part --------------
HTML����������������������������...
下载 



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