aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v1/db_remove.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/v1/db_remove.rb')
-rw-r--r--lib/sisu/v1/db_remove.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v1/db_remove.rb b/lib/sisu/v1/db_remove.rb
index bde5c891..e7ed70a8 100644
--- a/lib/sisu/v1/db_remove.rb
+++ b/lib/sisu/v1/db_remove.rb
@@ -99,7 +99,7 @@ module SiSU_DB_remove
end
else
tell=SiSU_Screen::Ansi.new(@opt.cmd,"no such file in database #{@db.psql.db}::#{@opt.fns}")
- tell.puts_grey #if @opt.cmd.include? ?v
+ tell.puts_grey unless @opt.cmd =~/q/ #if @opt.cmd.include? ?v
end
end
end