update spec to ignore -a

This commit is contained in:
Brent Cook 2015-10-01 14:11:29 -05:00
parent eb751822d8
commit 0b9e4b33ed
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ describe Msf::Ui::Console::CommandDispatcher::Db do
db.cmd_db_export "-h"
@output.should =~ [
"Usage:",
" db_export -f <format> [-a] [filename]",
" db_export -f <format> [filename]",
" Format can be one of: xml, pwdump"
]
end