diff options
-rw-r--r-- | urpm/args.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/args.pm b/urpm/args.pm index 601e92ba..4fa99bfd 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -70,7 +70,7 @@ my %options_spec = ( 'auto-select' => \$::auto_select, 'auto-update' => sub { $::auto_update = $::auto_select = 1 }, 'no-remove|no-uninstall' => \$::no_remove, - 'no-install' => \$::no_install, + 'no-install|noinstall' => \$::no_install, keep => sub { $urpm->{options}{keep} = 1 }, 'split-level=s' => sub { $urpm->{options}{'split-level'} = $_[1] }, 'split-length=s' => sub { $urpm->{options}{'split-length'} = $_[1] }, |