diff options
author | Shohei YOSHIDA <syohex@gmail.com> | 2023-08-06 13:35:20 -0700 |
---|---|---|
committer | Bart Schaefer <schaefer@zsh.org> | 2023-08-06 13:35:20 -0700 |
commit | 40a6265aa3f611178ccb99b05522f458ac466f61 (patch) | |
tree | ee94b66799896125b72d2eb6160447893cced3c3 /Completion/Unix/Command/_date | |
parent | aa8e4a02904b3a1c4b3064eb7502d887f7de958b (diff) | |
download | zsh-40a6265aa3f611178ccb99b05522f458ac466f61.tar.gz zsh-40a6265aa3f611178ccb99b05522f458ac466f61.zip |
52013,52014,52015,52016,52017,52018: updates for coreutils option changes
Diffstat (limited to 'Completion/Unix/Command/_date')
-rw-r--r-- | Completion/Unix/Command/_date | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_date b/Completion/Unix/Command/_date index 97c272830..6be34ffcd 100644 --- a/Completion/Unix/Command/_date +++ b/Completion/Unix/Command/_date @@ -19,6 +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]' '(- :)--help[output help and exit]' '(- :)--version[output version info and exit]' ) |