From 9b9870a6dc526e9d1f4406a730cbaa17a462e46f Mon Sep 17 00:00:00 2001 From: Jun-ichi Takimoto Date: Mon, 14 Aug 2023 15:51:12 +0900 Subject: 52037: complete only external commands for env/watch also includes a few minor fixes for _date, _env and _watch --- Completion/Unix/Command/_date | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_date') 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]' ) -- cgit v1.2.3