diff options
Diffstat (limited to 'Completion/Unix/Command/_nice')
| -rw-r--r-- | Completion/Unix/Command/_nice | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_nice b/Completion/Unix/Command/_nice index b52e5216a..a54f8a9f8 100644 --- a/Completion/Unix/Command/_nice +++ b/Completion/Unix/Command/_nice @@ -9,7 +9,7 @@ if [[ $words[2] = -(-|+|)[0-9]## ]]; then fi compset -n 2 # Ignore the 1st arg else - if _pick_variant gnu=GNU unix --version; then + if _pick_variant gnu='(GNU|uutils)' unix --version; then specs+=( '(-)'{-n+,--adjustment=}'[adjust niceness]:niceness increment' '(* -)--help[display help and exit]' |
