summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--urpm/args.pm1
-rwxr-xr-xurpmi2
2 files changed, 3 insertions, 0 deletions
diff --git a/urpm/args.pm b/urpm/args.pm
index 5ec2c23d..e02d67ac 100644
--- a/urpm/args.pm
+++ b/urpm/args.pm
@@ -110,6 +110,7 @@ my %options_spec = (
'use-distrib=s' => \$::usedistrib,
'excludepath|exclude-path=s' => sub { $urpm->{options}{excludepath} = $_[1] },
'excludedocs|exclude-docs' => sub { $urpm->{options}{excludedocs} = 1 },
+ 'more-choices' => sub { $urpm->{options}{morechoices} = 1 },
a => \$::all,
q => sub { --$::verbose; $::rpm_opt = '' },
v => sub { ++$::verbose; $::rpm_opt = 'vh' },
diff --git a/urpmi b/urpmi
index 12ceb770..2b0aaa54 100755
--- a/urpmi
+++ b/urpmi
@@ -122,6 +122,8 @@ usage:
") . N(" --excludepath - exclude path separated by comma.
") . N(" --excludedocs - exclude docs files.
") . N(" --skip - packages which installation should be skipped
+") . N(" --more-choices - when several packages are found, propose more choices
+ than the default.
") . N(" -a - select all matches on command line.
") . N(" -p - allow search in provides to find package.
") . N(" -P - do not search in provides to find package.