diff options
author | Dan Fandrich <danf@mageia.org> | 2013-06-27 21:18:51 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2013-12-14 17:31:31 +0000 |
commit | c8890561326bf8013317de998a8afbb88ec511be (patch) | |
tree | 3ac94cce3f82a69ad52d6f1b6dd4adf120010d37 /MgaRepo/commands/putsrpm.py | |
parent | 6733ea2f012901ccffd61b110e27c82a319a4e0a (diff) | |
download | mgarepo-c8890561326bf8013317de998a8afbb88ec511be.tar mgarepo-c8890561326bf8013317de998a8afbb88ec511be.tar.gz mgarepo-c8890561326bf8013317de998a8afbb88ec511be.tar.bz2 mgarepo-c8890561326bf8013317de998a8afbb88ec511be.tar.xz mgarepo-c8890561326bf8013317de998a8afbb88ec511be.zip |
Fixed some typos and URLs in the help
Diffstat (limited to 'MgaRepo/commands/putsrpm.py')
-rw-r--r-- | MgaRepo/commands/putsrpm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MgaRepo/commands/putsrpm.py b/MgaRepo/commands/putsrpm.py index f553f98..242423b 100644 --- a/MgaRepo/commands/putsrpm.py +++ b/MgaRepo/commands/putsrpm.py @@ -12,7 +12,7 @@ Usage: mgarepo putsrpm [OPTIONS] SOURCERPMS Will import source RPMs into the SVN repository. Options: - -l LOG Log message used when commiting changes + -l LOG Log message used when committing changes -t Create version-release tag on releases/ -b NAME The distribution branch to place it -d URL The URL of base directory where packages will be placed |