Fix rhn-password error
This commit is contained in:
parent
44629ddf72
commit
8f48d6ce04
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ def parse_args():
|
|||
parser.add_argument("--search-domain", required=True)
|
||||
parser.add_argument("-v", "--verbose", action="store_true")
|
||||
parser.add_argument("--rhn-user", required=True)
|
||||
parser.add_argument("rhn-password", required=True)
|
||||
parser.add_argument("--rhn-password", required=True)
|
||||
|
||||
args = parser.parse_args()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue