[Groonga-commit] groonga/groonga at 268bd67 [master] grndb: use upper case for parameters

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Dec 29 17:19:33 JST 2014


Kouhei Sutou	2014-12-29 17:19:33 +0900 (Mon, 29 Dec 2014)

  New Revision: 268bd67e4dbe7f6b3d3ad4e7388131e69b14541d
  https://github.com/groonga/groonga/commit/268bd67e4dbe7f6b3d3ad4e7388131e69b14541d

  Message:
    grndb: use upper case for parameters

  Modified files:
    lib/mrb/scripts/command/grndb.rb

  Modified: lib/mrb/scripts/command/grndb.rb (+1 -1)
===================================================================
--- lib/mrb/scripts/command/grndb.rb    2014-12-29 17:17:42 +0900 (f2d75d3)
+++ lib/mrb/scripts/command/grndb.rb    2014-12-29 17:19:33 +0900 (a7362e0)
@@ -39,7 +39,7 @@ module Groonga
       def create_slop
         slop = Slop.new
         command_name = File.basename(@command)
-        slop.banner = "Usage: #{command_name} command [options] DB_PATH"
+        slop.banner = "Usage: #{command_name} COMMAND [OPTIONS] DB_PATH"
         slop_enable_help(slop)
 
         slop.command "recover" do |command|
-------------- next part --------------
HTML����������������������������...
Download 



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