summaryrefslogtreecommitdiffstats
path: root/Completion/Unix/Command/_pr
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_pr')
-rw-r--r--Completion/Unix/Command/_pr2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_pr b/Completion/Unix/Command/_pr
index 2aeeb13b3..c628b5a98 100644
--- a/Completion/Unix/Command/_pr
+++ b/Completion/Unix/Command/_pr
@@ -5,7 +5,7 @@ local -a state state_descr line specs optA
typeset -A opt_args
# take care of '+FIRST_PAGE[:LAST_PAGE]' (GNU) or '+FIRST_PAGE' (POSIX)
-if _pick_variant -r variant gnu=GNU $OSTYPE --version; then
+if _pick_variant -r variant gnu='(GNU|uutils)' $OSTYPE --version; then
msg='FIRST_PAGE[:LAST_PAGE]'
else
msg='first page'