From ed9afcb214fd3bc1b9fac27382cb43682fc4e56d Mon Sep 17 00:00:00 2001 From: OpulentOwl <61711263+OpulentOwl@users.noreply.github.com> Date: Mon, 4 Apr 2022 00:32:24 -0400 Subject: [PATCH] Changed 'all langs' to 'all languages' in the pokedex dump -h text, which should flow better --- pokedex/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokedex/main.py b/pokedex/main.py index d615ee9..ca41494 100644 --- a/pokedex/main.py +++ b/pokedex/main.py @@ -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: all langs)") + help="comma-separated list of language codes to load, 'none', or 'all' (default: all languages)") cmd_dump.add_argument( 'tables', nargs='*', help="list of database tables to load (default: all)")