summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--urpm/args.pm2
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