Skip to content

Commit 7cd30ef

Browse files
author
Brent Cook
committed
Land rapid7#6031, delete unused -a db_export option
2 parents 5f590b8 + 0b9e4b3 commit 7cd30ef

File tree

2 files changed

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

2 files changed

+2
-2
lines changed

lib/msf/ui/console/command_dispatcher/db.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1777,7 +1777,7 @@ def cmd_db_export(*args)
17771777
case arg
17781778
when '-h','--help'
17791779
print_line "Usage:"
1780-
print_line " db_export -f <format> [-a] [filename]"
1780+
print_line " db_export -f <format> [filename]"
17811781
print_line " Format can be one of: #{export_formats.join(", ")}"
17821782
when '-f','--format'
17831783
format = args.shift.to_s.downcase

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)