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