about summary refs log tree commit diff
path: root/Completion/Unix/Command/_gcore
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2021-08-29 17:05:39 +0200
committerOliver Kiddle <opk@zsh.org>2021-08-29 17:05:39 +0200
commit12676c0f9fd670556a81625f23205d832a95fb17 (patch)
tree9fece463ac1f427cdf6ff29232405df4416fe86a /Completion/Unix/Command/_gcore
parentf529d54f43bdf277be157b5638d89f81cb93a2ee (diff)
downloadzsh-12676c0f9fd670556a81625f23205d832a95fb17.tar.gz
zsh-12676c0f9fd670556a81625f23205d832a95fb17.tar.xz
zsh-12676c0f9fd670556a81625f23205d832a95fb17.zip
49317: cleanup inappropriate use of {...} specs with _arguments or _alternative
Diffstat (limited to 'Completion/Unix/Command/_gcore')
-rw-r--r--Completion/Unix/Command/_gcore2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_gcore b/Completion/Unix/Command/_gcore
index 913ef25ca..a31a81267 100644
--- a/Completion/Unix/Command/_gcore
+++ b/Completion/Unix/Command/_gcore
@@ -55,7 +55,7 @@ case $OSTYPE in
       '-v[report progress on the dump as it proceeds]' \
       '-b+[specify maximum size of core file]:size (MiB): ' \
       '(-c)-o+[write core file to specified file]:file:_files' \
-      '(-o)-c+[specify format of core file name]:format:{_message "%%N\:program name, %%U\:uid, %%P\:pid, %%T\:time stamp"}' \
+      '(-o)-c+[specify format of core file name]:format (%%N\:program name, %%U\:uid, %%P\:pid, %%T\:time stamp)' \
       '1:pid:_pids'
   ;;
   *)