From 1216cc6337eefa026e2560ca57a807b24852b9fe Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 20 Sep 2019 19:38:15 -0400 Subject: [PATCH] cli improvements --- bake/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bake/cli.py b/bake/cli.py index 6f374eb..36a28a1 100644 --- a/bake/cli.py +++ b/bake/cli.py @@ -111,7 +111,7 @@ def echo_json(obj): default=None, nargs=1, type=click.INT, - help="Lists available tasks (and their dependencies).", + help="List only a given number of '/' levels of tasks.", ) @click.option( "--help", "-h", default=False, is_flag=True, help="Show this message and exit."