diff options
| author | Shohei YOSHIDA <syohex@gmail.com> | 2026-03-08 22:00:46 +0900 |
|---|---|---|
| committer | Shohei YOSHIDA <syohex@gmail.com> | 2026-03-08 22:00:46 +0900 |
| commit | 84e54cb11a796b9f87c0aa620995f35b9d2fb5c8 (patch) | |
| tree | 944a907c373fbdf417d27de02089ebe577b6165f /src | |
| parent | fix jmeter completion (diff) | |
| download | zsh-completions-84e54cb11a796b9f87c0aa620995f35b9d2fb5c8.tar zsh-completions-84e54cb11a796b9f87c0aa620995f35b9d2fb5c8.tar.gz zsh-completions-84e54cb11a796b9f87c0aa620995f35b9d2fb5c8.tar.bz2 zsh-completions-84e54cb11a796b9f87c0aa620995f35b9d2fb5c8.tar.lz zsh-completions-84e54cb11a796b9f87c0aa620995f35b9d2fb5c8.tar.xz zsh-completions-84e54cb11a796b9f87c0aa620995f35b9d2fb5c8.tar.zst zsh-completions-84e54cb11a796b9f87c0aa620995f35b9d2fb5c8.zip | |
Fix ipcrm completion
- remove needless '-'
Diffstat (limited to 'src')
| -rw-r--r-- | src/_ipcrm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ # ------------------------------------------------------------------------------ _arguments -s \ - '(-a --all)'{-a,--all}'-[Remove all resources]:resource:(shm msg sem)' \ + '(-a --all)'{-a,--all}'[Remove all resources]:resource:(shm msg sem)' \ '(-M --shmem-key)'{-M,--shmem-key}'[Remove the shared memory segment created with shemkey]:shmkey' \ '(-m --shmem-id)'{-m,--shmem-id}'[Remove the shared memory segment identified by shmid]:shmid' \ '(-Q --queue-key)'{-Q,--queue-key}'[Remove the message queue created with msgkey]:msgkey' \ |
