From 5ca8baed3da1a4393caa36a9200b566100ce0f2f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 14 Feb 2007 13:10:37 +0000 Subject: add option "-m" in usage (was already documented in manpage) --- urpmi.bash-completion | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'urpmi.bash-completion') diff --git a/urpmi.bash-completion b/urpmi.bash-completion index 00fde1f0..3bec9b53 100644 --- a/urpmi.bash-completion +++ b/urpmi.bash-completion @@ -174,12 +174,13 @@ _urpmq() if [[ "$cur" == -* ]]; then # return list of available options - COMPREPLY=( $( compgen -W '-v -d -u -a -c -P -R -y -s -i -g \ + COMPREPLY=( $( compgen -W '-v -d -u -m -a -c -y -s -i -g \ -r -f -h -l --help --update --media --excludemedia \ --sortmedia --synthesis --auto-select --fuzzy --keep --nokeep \ --list --list-url --list-media --list-nodes --list-aliases \ --src --sources --force --parallel --wget --curl --prozilla \ --changelog --proxy --proxy-user --env --dump-config \ + --whatrequires --whatrequires-recursive \ --use-distrib --searchmedia --ignorearch' -- $cur)) else # return available packages (unless it is clearly a file) and rpm files -- cgit v1.2.1