diff options
| author | dana <dana@dana.is> | 2026-06-14 04:07:37 +0000 |
|---|---|---|
| committer | dana <dana@dana.is> | 2026-06-20 19:27:09 -0500 |
| commit | 74fa2341401ce9157df7d062b5811f92097a6bf1 (patch) | |
| tree | a283dae8c677991e3c7c332e43e8c8d124c0eb17 /Completion/Unix/Command/_gcore | |
| parent | 54767: zformat: replace -qn by spec quoting indicator syntax (diff) | |
| download | zsh-74fa2341401ce9157df7d062b5811f92097a6bf1.tar zsh-74fa2341401ce9157df7d062b5811f92097a6bf1.tar.gz zsh-74fa2341401ce9157df7d062b5811f92097a6bf1.tar.bz2 zsh-74fa2341401ce9157df7d062b5811f92097a6bf1.tar.lz zsh-74fa2341401ce9157df7d062b5811f92097a6bf1.tar.xz zsh-74fa2341401ce9157df7d062b5811f92097a6bf1.tar.zst zsh-74fa2341401ce9157df7d062b5811f92097a6bf1.zip | |
54768: completion: use `zformat -q` for formatting
Diffstat (limited to 'Completion/Unix/Command/_gcore')
| -rw-r--r-- | Completion/Unix/Command/_gcore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_gcore b/Completion/Unix/Command/_gcore index ef3afd919..4e5041f3b 100644 --- a/Completion/Unix/Command/_gcore +++ b/Completion/Unix/Command/_gcore @@ -56,7 +56,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 (%%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' ;; *) |
