From 333540f9a892f7773598916ffc93858aaf9c14c0 Mon Sep 17 00:00:00 2001 From: rffontenelle Date: Tue, 7 Nov 2023 17:19:19 +0000 Subject: [PATCH] Make explicit that French is the default language used --- pospell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pospell.py b/pospell.py index 6ee064b..20c013f 100644 --- a/pospell.py +++ b/pospell.py @@ -245,7 +245,7 @@ def parse_args(): type=str, default="fr", help="Language to check, you'll have to install the corresponding " - "hunspell dictionary, on Debian see apt list 'hunspell-*'.", + "hunspell dictionary, on Debian see apt list 'hunspell-*' (defaults to 'fr').", ) parser.add_argument( "--glob",