Make explicit that French is the default language used
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
rffontenelle 2023-11-07 17:19:19 +00:00 committed by Julien Palard
parent 87d1a3e26f
commit 333540f9a8
1 changed files with 1 additions and 1 deletions

View File

@ -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",