Skip to content
Snippets Groups Projects
Commit 6007ae6d authored by Peter Senna Tschudin's avatar Peter Senna Tschudin
Browse files

Improve help text for --scan


Improve the help text for --scan making it more verbose.

Signed-off-by: default avatarPeter Senna Tschudin <peter.senna@collabora.com>
parent b4a0d18f
No related branches found
No related tags found
No related merge requests found
......@@ -432,7 +432,8 @@ def main():
storage.""".format(BKP_EXTENSION))
etc_group.add_argument("-s", "--scan", action="store_true",
help="""Scan persistent storage for configuration files and use them""")
help="""Scan persistent storage for configuration files and configures
the SDK to use each configuration file found.""")
disk_group.add_argument("-c", "--configure", action="store_true",
help="""Configure this SDK to use use an already initialized disk for
......
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