diff options
Diffstat (limited to 'Completion/Unix/Command/_tty')
| -rw-r--r-- | Completion/Unix/Command/_tty | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_tty b/Completion/Unix/Command/_tty index 838975098..d100751ce 100644 --- a/Completion/Unix/Command/_tty +++ b/Completion/Unix/Command/_tty @@ -2,7 +2,7 @@ local -a args -if _pick_variant gnu='Free Soft' unix --version; then +if _pick_variant gnu='(Free Soft|uutils)' unix --version; then args=( '(-)--help[display help information]' '(-)--version[display version information]' |
