Modified the help text for the -l argument for the dump command. It now states the default is all languages rather than en.

This commit is contained in:
OpulentOwl 2022-04-03 12:54:24 -04:00
parent cc483e1877
commit 3bae63050a
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ def create_parser():
help="directory to place the dumped CSV files")
cmd_dump.add_argument(
'-l', '--langs', dest='langs', default=None,
help="comma-separated list of language codes to load, 'none', or 'all' (default: en)")
help="comma-separated list of language codes to load, 'none', or 'all' (default: all langs)")
cmd_dump.add_argument(
'tables', nargs='*',
help="list of database tables to load (default: all)")