diff options
author | Michael Schroeder <mls@suse.de> | 2013-06-05 19:15:09 +0200 |
---|---|---|
committer | Michael Schroeder <mls@suse.de> | 2013-06-05 19:15:09 +0200 |
commit | 788d830af95fcf9f44211c3bdab9e0dcf53de8d8 (patch) | |
tree | bd0e05ea0470637442b379bf07eba72b507297a4 /examples/pysolv | |
parent | 65fc23b007331aa3c2634c549b70ac2ba2cdb4da (diff) | |
download | libsolv-788d830af95fcf9f44211c3bdab9e0dcf53de8d8.tar.gz libsolv-788d830af95fcf9f44211c3bdab9e0dcf53de8d8.tar.bz2 libsolv-788d830af95fcf9f44211c3bdab9e0dcf53de8d8.zip |
ok, no local in current perl code. Also, use ls instead of li as short form of list
Diffstat (limited to 'examples/pysolv')
-rwxr-xr-x | examples/pysolv | 2 |
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] |