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:
parent
4858e868dc
commit
11dbe4c286
47 changed files with 98 additions and 65 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue