diff options
author | Ahmad Samir <ahmad@mageia.org> | 2011-07-15 12:46:25 +0000 |
---|---|---|
committer | Ahmad Samir <ahmad@mageia.org> | 2011-07-15 12:46:25 +0000 |
commit | 28d2cb5fe43734e18fa6aa7de3f1baf8059dfc67 (patch) | |
tree | 738401925f77461f2a7032efed069725251db91f | |
parent | f9466f3627f1cbdcdea9291338e0789a3c6d9a50 (diff) | |
download | mgarepo-28d2cb5fe43734e18fa6aa7de3f1baf8059dfc67.tar mgarepo-28d2cb5fe43734e18fa6aa7de3f1baf8059dfc67.tar.gz mgarepo-28d2cb5fe43734e18fa6aa7de3f1baf8059dfc67.tar.bz2 mgarepo-28d2cb5fe43734e18fa6aa7de3f1baf8059dfc67.tar.xz mgarepo-28d2cb5fe43734e18fa6aa7de3f1baf8059dfc67.zip |
- Fix the example in the usage message of putsrpm.py
-rw-r--r-- | CHANGES | 2 | ||||
-rw-r--r-- | MgaRepo/commands/putsrpm.py | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +- Fix the example in the usage message of putsrpm.py + * 1.9.11 - add maintdb command - Fix examples in the usage message of co.py diff --git a/MgaRepo/commands/putsrpm.py b/MgaRepo/commands/putsrpm.py index 9e9faa7..1e0c551 100644 --- a/MgaRepo/commands/putsrpm.py +++ b/MgaRepo/commands/putsrpm.py @@ -25,7 +25,7 @@ Options: Examples: mgarepo putsrpm pkg/SRPMS/pkg-2.0-1.src.rpm - mgarepo putsrpm -b 2009.1 foo-1.1-1.src.rpm + mgarepo putsrpm -b 1 foo-1.1-1.src.rpm """ def parse_options(): |