Remove dead option in db_export

bug/bundler_fix
William Vu 2015-10-01 10:58:15 -05:00
parent 2ab779ad3d
commit eb751822d8
1 changed files with 1 additions and 1 deletions

View File

@ -1777,7 +1777,7 @@ class Db
case arg
when '-h','--help'
print_line "Usage:"
print_line " db_export -f <format> [-a] [filename]"
print_line " db_export -f <format> [filename]"
print_line " Format can be one of: #{export_formats.join(", ")}"
when '-f','--format'
format = args.shift.to_s.downcase