From 84e54cb11a796b9f87c0aa620995f35b9d2fb5c8 Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Sun, 8 Mar 2026 22:00:46 +0900 Subject: [PATCH] Fix ipcrm completion - remove needless '-' --- src/_ipcrm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_ipcrm b/src/_ipcrm index 91b2fdd..ff5b311 100644 --- a/src/_ipcrm +++ b/src/_ipcrm @@ -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' \