summaryrefslogtreecommitdiff
path: root/examples/pysolv
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pysolv')
-rwxr-xr-xexamples/pysolv2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pysolv b/examples/pysolv
index 98dfec1..c4ddb08 100755
--- a/examples/pysolv
+++ b/examples/pysolv
@@ -579,7 +579,7 @@ if not args:
cmd = args[0]
args = args[1:]
-cmdabbrev = {'li': 'list', 'in': 'install', 'rm': 'erase', 've': 'verify', 'se': 'search'}
+cmdabbrev = {'ls': 'list', 'in': 'install', 'rm': 'erase', 've': 'verify', 'se': 'search'}
if cmd in cmdabbrev:
cmd = cmdabbrev[cmd]