[Groonga-commit] groonga/gcs [master] Change default database name

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 20日 (水) 13:55:32 JST


Yoji SHIDARA	2012-06-20 13:55:32 +0900 (Wed, 20 Jun 2012)

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

  Log:
    Change default database name
    
    This should have been in 41881283727ce71a10d72b8068c4d19095dc7da0

  Modified files:
    bin/gcs

  Modified: bin/gcs (+1 -1)
===================================================================
--- bin/gcs    2012-06-20 13:52:12 +0900 (cf751c5)
+++ bin/gcs    2012-06-20 13:55:32 +0900 (0767cb1)
@@ -6,7 +6,7 @@ var program = require('commander');
 program
   .usage('[options]')
   .option('-p, --port <port>', 'specify port [3000]', Number, 3000)
-  .option('--database-path <path>', 'database path [./database/gcs]', String, './database/croonga')
+  .option('--database-path <path>', 'database path [./database/gcs]', String, './database/gcs')
   .parse(process.argv);
 
 var server;
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



Groonga-commit メーリングリストの案内
Back to archive index