diff options
Diffstat (limited to 'urpm')
-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 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 |