1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-12 10:00:56 +01:00

45269: Fix misspellings in completions and elsewhere.

This commit is contained in:
Jens Schleusener 2020-01-09 13:39:44 +00:00 committed by Daniel Shahaf
parent 4858e868dc
commit 11dbe4c286
47 changed files with 98 additions and 65 deletions

View file

@ -610,7 +610,7 @@ _pgsql_initdb() {
+ x # Exclusive options
$common_opts_excl
+ '(l)' # Locale options (general)
{-l+,--locale=}'[specify locale (all catgories)]: :_locales'
{-l+,--locale=}'[specify locale (all categories)]: :_locales'
'--no-locale[equivalent to --locale=C]'
+ lc # Locale options (specific) -- unlike createdb, NOT exclusive with -l
'--lc-collate=[specify LC_COLLATE setting]: :_locales'