From f06add5b1df163b79b54a4fe96c8815ea40b7782 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 6 Feb 2006 15:45:37 +0000 Subject: I keep typing --noinstall instead of --no-install. Add this as an alias. --- urpm/args.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm') 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] }, -- cgit v1.2.1