[Groonga-commit] groonga/gcs [master] Fix missing variable problem

Back to archive index

null+****@clear***** null+****@clear*****
2012年 8月 6日 (月) 17:05:57 JST


SHIMODA Hiroshi	2012-08-06 17:05:57 +0900 (Mon, 06 Aug 2012)

  New Revision: 9bc8ca01629b4f75c37c5cb8bc987bb21b13b774
  https://github.com/groonga/gcs/commit/9bc8ca01629b4f75c37c5cb8bc987bb21b13b774

  Log:
    Fix missing variable problem

  Modified files:
    bin/cs-create-domain

  Modified: bin/cs-create-domain (+1 -1)
===================================================================
--- bin/cs-create-domain    2012-08-06 17:04:41 +0900 (dbd424b)
+++ bin/cs-create-domain    2012-08-06 17:05:57 +0900 (fb530ca)
@@ -3,7 +3,7 @@
 var CLI = require(__dirname + '/../lib/command-line').CommandLineInterface;
 var commandLine = new CLI();
 
-program
+commandLine
   .usage('--domain-name <domain name> [options]')
   .option('-d, --domain-name <domain name>',
           'The name of the domain that you are creating. Required.',
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



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