Skip to content

Commit eb75182

Browse files
committed
Remove dead option in db_export
1 parent 2ab779a commit eb75182

File tree

1 file changed

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

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)