diff options
author | Papoteur <papoteur@mageialinux-online.org> | 2016-02-20 15:04:20 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageialinux-online.org> | 2016-02-20 15:04:20 +0100 |
commit | 3f88ba2a77125676b2cc1df0cfa963e49fc6a0f1 (patch) | |
tree | e13beb6cc27deb1fda393bfdde9f5af12d654b96 /MgaRepo/commands | |
parent | 469b41d1ad6099ddf9e1b329356b45b2784d2db3 (diff) | |
download | mgarepo-3f88ba2a77125676b2cc1df0cfa963e49fc6a0f1.tar mgarepo-3f88ba2a77125676b2cc1df0cfa963e49fc6a0f1.tar.gz mgarepo-3f88ba2a77125676b2cc1df0cfa963e49fc6a0f1.tar.bz2 mgarepo-3f88ba2a77125676b2cc1df0cfa963e49fc6a0f1.tar.xz mgarepo-3f88ba2a77125676b2cc1df0cfa963e49fc6a0f1.zip |
correct the help message in obsolete command
Diffstat (limited to 'MgaRepo/commands')
-rw-r--r-- | MgaRepo/commands/obsolete.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MgaRepo/commands/obsolete.py b/MgaRepo/commands/obsolete.py index db57fea..04d8240 100644 --- a/MgaRepo/commands/obsolete.py +++ b/MgaRepo/commands/obsolete.py @@ -18,7 +18,7 @@ Options: -h Show this message Examples: - mgarepo obsoletes foo + mgarepo obsolete foo """ def parse_options(): |