From 2eb32f7186370672d6bc795d1cb9f432f9e32d2b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 21 Sep 2019 07:01:57 -0400 Subject: [PATCH] --levels --- bake/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bake/cli.py b/bake/cli.py index e22db9f..ffb5ebf 100644 --- a/bake/cli.py +++ b/bake/cli.py @@ -334,7 +334,7 @@ def entrypoint( tasks_unechoed = len(bakefile.tasks) - len(task_list) if tasks_unechoed: - bake_command = str(click.style(f"bake -l {levels + 1}", fg="red")) + bake_command = str(click.style(f"bake --levels {levels + 1}", fg="red")) click.echo( f"Note: {tasks_unechoed} more tasks are available. " f"Please use $ {bake_command} to see more.",