Skip to content
Snippets Groups Projects
Commit 75dc4f34 authored by Klaus Reuter's avatar Klaus Reuter
Browse files

add URL to help text

parent 6b892c15
Branches
No related tags found
No related merge requests found
......@@ -10,9 +10,10 @@ def get_args():
"""Handle command line arguments, return args.
"""
parser = argparse.ArgumentParser(
formatter_class=argparse.RawDescriptionHelpFormatter,
prog=sys.argv[0],
description='Create and manage conda environments based on compressed squashfs images.',
epilog='"Do not set Anacondas free, better cage them into a container!".'
epilog='More information at https://gitlab.mpcdf.mpg.de/khr/condainer\n\n"Do not set Anacondas free, put them into containers!"'
)
parser.add_argument('-q', '--quiet', action='store_true', help='be quiet, do not write to stdout unless an error occurs')
subparsers = parser.add_subparsers(dest='subcommand', required=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment