From cf2f2847919b2ccabfa3ca073a74c6771769835e Mon Sep 17 00:00:00 2001 From: Raphael Pierzina Date: Sat, 26 Nov 2016 12:18:10 +0000 Subject: [PATCH] Extend CLI help message --- cookiecutter/cli.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/cookiecutter/cli.py b/cookiecutter/cli.py index 6db44a090..94f248544 100644 --- a/cookiecutter/cli.py +++ b/cookiecutter/cli.py @@ -95,7 +95,12 @@ def main( template, extra_context, no_input, checkout, verbose, replay, overwrite_if_exists, output_dir, config_file, default_config, debug_file): - """Create a project from a Cookiecutter project template (TEMPLATE).""" + """Create a project from a Cookiecutter project template (TEMPLATE). + + Cookiecutter is free and open source software, developed and managed by + volunteers. If you would like to help out or fund the project, please get + in touch at https://github.com/audreyr/cookiecutter. + """ # If you _need_ to support a local template in a directory # called 'help', use a qualified path to the directory.