diff options
| author | Aditi76117 <aditi.sharma76117@gmail.com> | 2025-08-04 01:12:02 +0530 |
|---|---|---|
| committer | Aditi76117 <aditi.sharma76117@gmail.com> | 2025-08-04 01:12:02 +0530 |
| commit | 8a7515adc8ab6f24c7285b99db5a8a11aa1ed9ac (patch) | |
| tree | b079be8c97b6b7dc6257a044125d5efd2a91d8a5 /src/_ipcmk | |
| parent | Add completions for chmem, ipcmk, ipcrm, ipcs, ldattach and mcookie (util-linux) (diff) | |
| download | zsh-completions-8a7515adc8ab6f24c7285b99db5a8a11aa1ed9ac.tar zsh-completions-8a7515adc8ab6f24c7285b99db5a8a11aa1ed9ac.tar.gz zsh-completions-8a7515adc8ab6f24c7285b99db5a8a11aa1ed9ac.tar.bz2 zsh-completions-8a7515adc8ab6f24c7285b99db5a8a11aa1ed9ac.tar.lz zsh-completions-8a7515adc8ab6f24c7285b99db5a8a11aa1ed9ac.tar.xz zsh-completions-8a7515adc8ab6f24c7285b99db5a8a11aa1ed9ac.tar.zst zsh-completions-8a7515adc8ab6f24c7285b99db5a8a11aa1ed9ac.zip | |
Add completions for ipcmk (util-linux)
Diffstat (limited to 'src/_ipcmk')
| -rw-r--r-- | src/_ipcmk | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -35,11 +35,13 @@ # ------------------------------------------------------------------------------ _arguments -s \ + '--shmem[Create a shared memory segment]' \ + '--queue[Create a message queue]' \ + '--semaphore[Create a semaphore array]' \ + '--size[Size of shared memory segment (in bytes)]:size (bytes): ' \ + '--mode[Permissions for the resource (octal)]:permissions (e.g. 0600): ' \ '--help[Display help message and exit]' \ - '--version[Display version information and exit]' \ - '-M+[Create a shared memory segment of given size in bytes]:size (bytes)' \ - '-Q[Create a message queue]' \ - '-S+[Create a semaphore array with given number of elements]:number of elements' + '--version[Display version information and exit]' # Local Variables: # mode: Shell-Script |
