Kouhei Sutou
null+****@clear*****
Mon Dec 29 17:20:01 JST 2014
Kouhei Sutou 2014-12-29 17:20:01 +0900 (Mon, 29 Dec 2014) New Revision: 87b86120afbb44d66b6bcd9c89f0756686d8703e https://github.com/groonga/groonga/commit/87b86120afbb44d66b6bcd9c89f0756686d8703e Message: grndb: use "command" instead of "action" Modified files: lib/mrb/scripts/command/grndb.rb Modified: lib/mrb/scripts/command/grndb.rb (+2 -2) =================================================================== --- lib/mrb/scripts/command/grndb.rb 2014-12-29 17:19:33 +0900 (a7362e0) +++ lib/mrb/scripts/command/grndb.rb 2014-12-29 17:20:01 +0900 (7acbed5) @@ -25,9 +25,9 @@ module Groonga unless @executed if rest.empty? - $stderr.puts("No action is specified.") + $stderr.puts("No command is specified.") else - $stderr.puts("Unknown action: <#{rest.first}>") + $stderr.puts("Unknown command: <#{rest.first}>") end return false end -------------- next part -------------- HTML����������������������������... 下載