[Groonga-commit] groonga/gcs [master] Write in the same style with the other parts

Back to archive index

Yoji SHIDARA null+****@clear*****
Thu Oct 4 18:12:29 JST 2012


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

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

  Log:
    Write in the same style with the other parts

  Modified files:
    bin/gcs

  Modified: bin/gcs (+3 -1)
===================================================================
--- bin/gcs    2012-10-04 18:10:46 +0900 (a3e5a0b)
+++ bin/gcs    2012-10-04 18:12:29 +0900 (fe2892d)
@@ -6,7 +6,9 @@ var commandLine = new CLI();
 
 commandLine
   .option('-p, --port <port>',
-          'specify port (GCS_PORT) [' + CLI.defaultPort + ']',
+          'specify port' +
+            '(GCS_PORT) ' +
+            '[' + CLI.defaultPort + ']',
           Number,
           CLI.defaultPort)
   .option('--privilege <ip range>',
-------------- next part --------------
HTML����������������������������...
Download 



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