Skip to content

Commit 0b9e4b3

Browse files
author
Brent Cook
committed
update spec to ignore -a
1 parent eb75182 commit 0b9e4b3

File tree

1 file changed

+1
-1
lines changed
  • spec/lib/msf/ui/console/command_dispatcher

1 file changed

+1
-1
lines changed

spec/lib/msf/ui/console/command_dispatcher/db_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
db.cmd_db_export "-h"
322322
@output.should =~ [
323323
"Usage:",
324-
" db_export -f <format> [-a] [filename]",
324+
" db_export -f <format> [filename]",
325325
" Format can be one of: xml, pwdump"
326326
]
327327
end

0 commit comments

Comments
 (0)