aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGES2
-rw-r--r--MgaRepo/commands/putsrpm.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 296ff39..ef58f96 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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():