Kouhei Sutou
null+****@clear*****
Thu Jan 11 09:17:52 JST 2018
Kouhei Sutou 2018-01-11 09:17:52 +0900 (Thu, 11 Jan 2018) New Revision: a83600e83619ec18a474dd52cc0fa1967077d26a https://github.com/groonga/groonga/commit/a83600e83619ec18a474dd52cc0fa1967077d26a Message: grndb: fold long lines Modified files: lib/mrb/scripts/command_line/grndb.rb Modified: lib/mrb/scripts/command_line/grndb.rb (+4 -2) =================================================================== --- lib/mrb/scripts/command_line/grndb.rb 2018-01-11 09:17:40 +0900 (8d6456dd7) +++ lib/mrb/scripts/command_line/grndb.rb 2018-01-11 09:17:52 +0900 (3c31ddc76) @@ -50,8 +50,10 @@ module Groonga options = command.options options.banner += " DB_PATH" - options.boolean("--force-truncate", "Force to truncate corrupted objects.") - options.boolean("--force-lock-clear", "Force to clear lock of locked objects.") + options.boolean("--force-truncate", + "Force to truncate corrupted objects.") + options.boolean("--force-lock-clear", + "Force to clear lock of locked objects.") command.add_action do |options| open_database(command, options) do |database, rest_arguments| -------------- next part -------------- HTML����������������������������... URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180111/7df7b08f/attachment-0001.htm