diff options
Diffstat (limited to 'Completion/Unix/Command/_unexpand')
| -rw-r--r-- | Completion/Unix/Command/_unexpand | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_unexpand b/Completion/Unix/Command/_unexpand index b548b3c3a..28ea5b74f 100644 --- a/Completion/Unix/Command/_unexpand +++ b/Completion/Unix/Command/_unexpand @@ -6,7 +6,7 @@ local -a args all="convert all whitespace, instead of just initial whitespace" tabs="[use comma separated list of tab positions]:list of tab positions" -if _pick_variant gnu="Free Soft" unix --version; then +if _pick_variant gnu='(Free Soft|uutils)' unix --version; then if [[ $service = *un* ]]; then args=( "(-a --help --version)--all[$all]" |
