about summary refs log tree commit diff
path: root/Completion/Unix/Command/_date
diff options
context:
space:
mode:
authorJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2023-08-14 15:51:12 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2023-08-14 15:51:12 +0900
commit9b9870a6dc526e9d1f4406a730cbaa17a462e46f (patch)
treea8be0c78883a0232567e9fb1a05d4825bd15666a /Completion/Unix/Command/_date
parent40a6265aa3f611178ccb99b05522f458ac466f61 (diff)
downloadzsh-9b9870a6dc526e9d1f4406a730cbaa17a462e46f.tar.gz
zsh-9b9870a6dc526e9d1f4406a730cbaa17a462e46f.tar.xz
zsh-9b9870a6dc526e9d1f4406a730cbaa17a462e46f.zip
52037: complete only external commands for env/watch
also includes a few minor fixes for _date, _env and _watch
Diffstat (limited to 'Completion/Unix/Command/_date')
-rw-r--r--Completion/Unix/Command/_date2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_date b/Completion/Unix/Command/_date
index 6be34ffcd..9add1a9bc 100644
--- a/Completion/Unix/Command/_date
+++ b/Completion/Unix/Command/_date
@@ -19,7 +19,7 @@ if _pick_variant gnu="Free Software Foundation" unix --version; then
     $f{-R,--rfc-email}'[display in RFC5322 format]'
     $f'--rfc-3339=-[display in RFC 3339 format]:precision:(date seconds ns)'
     '(-u --utc --universal)'{-u,--utc,--universal}'[display or set time in UTC]'
-    '--resolution[output the available resolution of timestamps]'
+    $d'--resolution[output the available resolution of timestamps]'
     '(- :)--help[output help and exit]'
     '(- :)--version[output version info and exit]'
   )