From 2de5e30a737858f78653b9687e751933eead172c Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 20 Oct 2005 15:03:52 +0000 Subject: Add -l as an alias for --literal in urpmf --- urpm/args.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm/args.pm') diff --git a/urpm/args.pm b/urpm/args.pm index 5600bd99..89cf00a5 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -145,7 +145,7 @@ my %options_spec = ( urpmf => { conffiles => add_param_closure('conf_files'), debug => \$::debug, - literal => \$::literal, + 'literal|l' => \$::literal, name => sub { add_param_closure('name')->(); #- Remove default tag in front if --name is explicitly given -- cgit v1.2.1