Skip to content

Commit

Permalink
grndb: update command line
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Dec 29, 2014
1 parent ace82fb commit f1beb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mrb/scripts/command/grndb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def check(database, options, arguments)
message =
"[#{object.name}] Index column is locked. " +
"It may be broken. " +
"Re-create index by --action=recover."
"Re-create index by '#{@command} recover #{@database_path}'."
$stdout.puts(message)
@succeeded = false
when Column
Expand Down

0 comments on commit f1beb03

Please sign in to comment.