|
@@ -369,7 +369,7 @@ def main(argv):
|
|
parser.add_option('--repo', action='store_true', dest='repo',
|
|
parser.add_option('--repo', action='store_true', dest='repo',
|
|
help="Add repository data with options: --repo-os, --repo-url, --repo-id, --repo-name")
|
|
help="Add repository data with options: --repo-os, --repo-url, --repo-id, --repo-name")
|
|
parser.add_option('--repo-os', dest='repo_os',
|
|
parser.add_option('--repo-os', dest='repo_os',
|
|
- help="The operating system type: i.e. redhat6, redhat7, debian7, ubuntu12, ubuntu14, suse11")
|
|
|
|
|
|
+ help="The operating system type: i.e. redhat6, redhat7, debian7, ubuntu12, ubuntu14, suse11, suse12")
|
|
parser.add_option('--repo-url', dest='repo_url',
|
|
parser.add_option('--repo-url', dest='repo_url',
|
|
help="The base url for the repository data")
|
|
help="The base url for the repository data")
|
|
parser.add_option('--repo-id', dest='repo_id', help="The ID of the repo")
|
|
parser.add_option('--repo-id', dest='repo_id', help="The ID of the repo")
|