diff options
author | Bogdano Arendartchuk <bogdano@mandriva.org> | 2008-07-17 12:24:54 +0000 |
---|---|---|
committer | Bogdano Arendartchuk <bogdano@mandriva.org> | 2008-07-17 12:24:54 +0000 |
commit | 84042a07cc5903105a4689f82ccf802964d5b714 (patch) | |
tree | 74ed49a5ad9c38f41d2942405112edd930faa315 | |
parent | 57d98ad144636d796103d1624fd9a130ad8fc33c (diff) | |
download | mgarepo-84042a07cc5903105a4689f82ccf802964d5b714.tar mgarepo-84042a07cc5903105a4689f82ccf802964d5b714.tar.gz mgarepo-84042a07cc5903105a4689f82ccf802964d5b714.tar.bz2 mgarepo-84042a07cc5903105a4689f82ccf802964d5b714.tar.xz mgarepo-84042a07cc5903105a4689f82ccf802964d5b714.zip |
In the usage example don't use -t because the user may think it is referring to the source distro
-rw-r--r-- | RepSys/commands/submit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RepSys/commands/submit.py b/RepSys/commands/submit.py index 44a4284..e6b1cc4 100644 --- a/RepSys/commands/submit.py +++ b/RepSys/commands/submit.py @@ -49,7 +49,7 @@ Examples: repsys submit foo@14800 bar baz@11001 repsys submit https://repos/svn/mdv/cooker/foo repsys submit -l https://repos - repsys submit -t 2008.1 my-python-packages@11011 + repsys submit 2008.1/my-python-packages@11011 repsys submit --define section=main/testing -t 2008.1 """ |