mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-18 00:10:14 +00:00
Correct misspellings
This commit is contained in:
+1
-1
@@ -223,7 +223,7 @@ _pg_dumpall () {
|
||||
_arguments -C -s \
|
||||
"$_pgsql_common_opts[@]" \
|
||||
{-a,--data-only}'[dump only data]' \
|
||||
{-c,--clean}'[include clean (drop) cmds brefore recreating]' \
|
||||
{-c,--clean}'[include clean (drop) cmds before recreating]' \
|
||||
{-g,--globals-only}'[dump only global objects, no databases]' \
|
||||
{-f+,--file=}':output file:_files' \
|
||||
{-o,--oids}'[dump objects identifiers for every table]' \
|
||||
|
||||
Reference in New Issue
Block a user