[Groonga-commit] groonga/gcs [master] Add spaces before operators on the end of line

Back to archive index

Yoji SHIDARA null+****@clear*****
Thu Oct 4 18:08:40 JST 2012


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

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

  Log:
    Add spaces before operators on the end of line

  Modified files:
    bin/gcs

  Modified: bin/gcs (+6 -6)
===================================================================
--- bin/gcs    2012-10-04 17:50:52 +0900 (b941dd9)
+++ bin/gcs    2012-10-04 18:08:40 +0900 (361e7e7)
@@ -10,19 +10,19 @@ commandLine
           Number,
           CLI.defaultPort)
   .option('--privilege <ip range>',
-          'list of IP ranges for privileged client '+
-          '(GCS_PRIVILEGED_RANGES) '+
+          'list of IP ranges for privileged client ' +
+          '(GCS_PRIVILEGED_RANGES) ' +
             '[' + CLI.defaultPrivilegedRanges + ']',
           String,
           CLI.defaultPrivilegedRanges)
   .option('--base-host <hostname>',
-          'The base host name assigned to the service '+
-          '(GCS_BASE_HOST) '+
+          'The base host name assigned to the service ' +
+          '(GCS_BASE_HOST) ' +
             '[' + CLI.defaultBaseHost + ']',
           String)
   .option('--configuration-host <hostname>',
-          'The host name for configuration API of the service '+
-          '(GCS_CONFIGURATION_HOST) '+
+          'The host name for configuration API of the service ' +
+          '(GCS_CONFIGURATION_HOST) ' +
             '[' + CLI.defaultConfigurationHost + ']',
           String)
   .parse();
-------------- next part --------------
HTML����������������������������...
다운로드 



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