diff --git a/spec/lib/msf/ui/console/command_dispatcher/db_spec.rb b/spec/lib/msf/ui/console/command_dispatcher/db_spec.rb index 11f413805e..c13ee842cf 100644 --- a/spec/lib/msf/ui/console/command_dispatcher/db_spec.rb +++ b/spec/lib/msf/ui/console/command_dispatcher/db_spec.rb @@ -146,7 +146,7 @@ RSpec.describe Msf::Ui::Console::CommandDispatcher::Db do it "should show a help message" do db.cmd_loot "-h" expect(@output).to match_array [ - "Usage: loot ", + "Usage: loot [options]", " Info: loot [-h] [addr1 addr2 ...] [-t ]", " Add: loot -f [fname] -i [info] -a [addr1 addr2 ...] -t [type]", " Del: loot -d [addr1 addr2 ...]",