removed superfluous compopt for cups.
This commit is contained in:
parent
1ef81d776e
commit
5f11a3be6b
@ -18,7 +18,6 @@ _lpr()
|
||||
local cur prev words cword
|
||||
_init_completion || return
|
||||
|
||||
compopt +o nospace
|
||||
case $prev in
|
||||
-P)
|
||||
COMPREPLY=( $( compgen -W "$( lpstat -a | cut -d' ' -f1 )" -- "$cur" ) )
|
||||
|
Loading…
x
Reference in New Issue
Block a user