This commit is contained in:
2019-09-21 07:01:57 -04:00
parent 93241693ba
commit 2eb32f7186
+1 -1
View File
@@ -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.",