aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmad Samir <ahmad@mageia.org>2011-06-16 04:25:45 +0000
committerAhmad Samir <ahmad@mageia.org>2011-06-16 04:25:45 +0000
commit2c111e379bfd6709407b157710045425e68b56a3 (patch)
treed94b6a75109eb68b124423deda17d4a1d5a40c23
parent7faee064484947ffb3df5f41fd0593564b142505 (diff)
downloadmgarepo-2c111e379bfd6709407b157710045425e68b56a3.tar
mgarepo-2c111e379bfd6709407b157710045425e68b56a3.tar.gz
mgarepo-2c111e379bfd6709407b157710045425e68b56a3.tar.bz2
mgarepo-2c111e379bfd6709407b157710045425e68b56a3.tar.xz
mgarepo-2c111e379bfd6709407b157710045425e68b56a3.zip
- Fix examples in the usage message of co.py
-rw-r--r--CHANGES3
-rw-r--r--MgaRepo/commands/co.py4
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 3d82f11..aa6da06 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+
+- Fix examples in the usage message of co.py
+
* 1.9.10
- ignore incorrect symlinks in SOURCES directory (#463)
- fix svn status function and only add files with status "?"
diff --git a/MgaRepo/commands/co.py b/MgaRepo/commands/co.py
index 8044c86..6c8f0c7 100644
--- a/MgaRepo/commands/co.py
+++ b/MgaRepo/commands/co.py
@@ -29,8 +29,8 @@ Options:
Examples:
mgarepo co pkgname
- mgarepo co -d 2009.0 pkgname
- mgarepo co 2009.0/pkgame
+ mgarepo co -d 1 pkgname
+ mgarepo co 1/pkgame
mgarepo co http://repos/svn/cnc/snapshot/foo
mgarepo co http://repos/svn/cnc/snapshot/foo foo-pkg
"""