diff options
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" |