| |
@@ -121,7 +121,7 @@
|
| |
|
| |
parser = OptionParser(usage="%prog tag <tag...>")
|
| |
parser.add_option('-c', '--channel', default='default', help='limit to a channel')
|
| |
- parser.add_option('-r', '--profile', default='koji', help='set the koji profile')
|
| |
+ parser.add_option('-p', '--profile', default='koji', help='set the koji profile')
|
| |
options, args = parser.parse_args()
|
| |
confopts = koji.read_config(options.profile)
|
| |
session = koji.ClientSession(confopts['server'])
|
| |
I'm not sure why the short option of
--profile
is-r
, but it looks like a mistake. This brings it in line with the Koji CLI,