mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 10:25:36 -04:00
Introduced help_desc = "foo"
This commit is contained in:
parent
ad437b5fca
commit
91c29defdf
1 changed files with 2 additions and 2 deletions
|
@ -67,8 +67,8 @@ def main():
|
|||
help="Dir containing the Python module.")
|
||||
parser.add_argument("globalstorage_yaml", nargs="?",
|
||||
help="A yaml file to initialize GlobalStorage.")
|
||||
parser.add_argument("configuration_yaml", nargs="?",
|
||||
help="A yaml file to initialize the configuration dict.")
|
||||
help_desc = "A yaml file to initialize the configuration dict."
|
||||
parser.add_argument("configuration_yaml", nargs="?", help=help_desc)
|
||||
args = parser.parse_args()
|
||||
|
||||
print("Testing module in: " + args.moduledir)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue