diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2020-08-08 00:39:40 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2020-08-08 00:41:15 +0200 |
| commit | a1f9b1324d379678b93256a6dd43d8a2f50e143d (patch) | |
| tree | 630ea4ebc33333eee154afb253419aeb933aea28 /Completion/BSD/Command | |
| parent | 46280: compinit: add -w to explain why compdump runs (diff) | |
| download | zsh-a1f9b1324d379678b93256a6dd43d8a2f50e143d.tar zsh-a1f9b1324d379678b93256a6dd43d8a2f50e143d.tar.gz zsh-a1f9b1324d379678b93256a6dd43d8a2f50e143d.tar.bz2 zsh-a1f9b1324d379678b93256a6dd43d8a2f50e143d.tar.lz zsh-a1f9b1324d379678b93256a6dd43d8a2f50e143d.tar.xz zsh-a1f9b1324d379678b93256a6dd43d8a2f50e143d.tar.zst zsh-a1f9b1324d379678b93256a6dd43d8a2f50e143d.zip | |
unposted: fix syntax errors in recently added completers
Diffstat (limited to 'Completion/BSD/Command')
| -rw-r--r-- | Completion/BSD/Command/_kdump | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/BSD/Command/_kdump b/Completion/BSD/Command/_kdump index 669260eee..946296a75 100644 --- a/Completion/BSD/Command/_kdump +++ b/Completion/BSD/Command/_kdump @@ -68,7 +68,7 @@ case $OSTYPE; in '-e[interpret system call maps using the specified emulation]:emulation:' '-N[suppress system call name translation]' '-X[Display GIO data in hex and ascii in groups of specified size]:size:(1 2 4 8 16)' - '-x[Display GIO data in hex and ascii] + '-x[Display GIO data in hex and ascii]' '1:dump file:_files' ) ;; |
