From 1461cc908d9942e5d8979812d56d867a78b6ea71 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 2 Feb 2006 17:32:05 +0000 Subject: Add --noscripts to urpme completion --- urpmi.bash-completion | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'urpmi.bash-completion') diff --git a/urpmi.bash-completion b/urpmi.bash-completion index a67e525d..d2a0cab6 100644 --- a/urpmi.bash-completion +++ b/urpmi.bash-completion @@ -1,5 +1,5 @@ # bash completion for urpmi and friends -# Copyright (c) 2002-2004 Guillaume Rousse +# Copyright (c) 2002-2006 Guillaume Rousse # $Id$ # utility functions @@ -159,7 +159,7 @@ _urpme() if [[ "$cur" == -* ]]; then # return list of available options COMPREPLY=( $( compgen -W '-v -a -h --help --auto --test \ - --parallel' -- $cur ) ) + --parallel --noscripts' -- $cur ) ) else # return list of available packages _rpm_installed_packages -- cgit v1.2.1