Skip to content
Snippets Groups Projects
Commit b0141421 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

clarify subcommand help method

parent df0c2356
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,9 @@ def main(): # pylint: disable=too-many-statements,too-many-branches,too-many-lo
parser = argparse.ArgumentParser(
prog=name,
description='Run bootstrap script '
'to deploy Openappstack to a given node.')
'to deploy Openappstack to a given node. Note that you always need to '
'provide a cluster name. For subcommand specific help, for example, '
'run "python3 -m openappstack your-cluster install --help"')
parser.add_argument(
'cluster_name',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment