diff options
author | Thierry Vignaud <tv@mageia.org> | 2011-03-05 07:48:09 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2011-03-05 07:48:09 +0000 |
commit | aea826e2e81299ca67498dfbf36edc797b4292b1 (patch) | |
tree | abe2cba0f4fda2d8173b504d234846958f17c2d6 /MgaRepo | |
parent | 5b0f8949b0dfde4d6b8a6b7af3e6b0274fa9f9f0 (diff) | |
download | mgarepo-aea826e2e81299ca67498dfbf36edc797b4292b1.tar mgarepo-aea826e2e81299ca67498dfbf36edc797b4292b1.tar.gz mgarepo-aea826e2e81299ca67498dfbf36edc797b4292b1.tar.bz2 mgarepo-aea826e2e81299ca67498dfbf36edc797b4292b1.tar.xz mgarepo-aea826e2e81299ca67498dfbf36edc797b4292b1.zip |
fix example in usage message
Diffstat (limited to 'MgaRepo')
-rw-r--r-- | MgaRepo/commands/submit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MgaRepo/commands/submit.py b/MgaRepo/commands/submit.py index ad482a5..2def907 100644 --- a/MgaRepo/commands/submit.py +++ b/MgaRepo/commands/submit.py @@ -54,7 +54,7 @@ Examples: mgarepo submit https://repos/svn/mga/cauldron/foo mgarepo submit -l https://repos mgarepo submit 1/my-packages@11011 - mgarepo submit --define section=core/testing -t 1 + mgarepo submit --define section=core/updates_testing -t 1 """ DEFAULT_TARGET = "Cooker" |