diff --git a/src/infra_rebuild/cli/__init__.py b/src/infra_rebuild/cli/__init__.py index f8b5f6c..05cef25 100644 --- a/src/infra_rebuild/cli/__init__.py +++ b/src/infra_rebuild/cli/__init__.py @@ -50,7 +50,7 @@ def test(hosts, reboot): operations.run("test", hosts, reboot) -@infra_rebuild.command() +@infra_rebuild.command(short_help=" ", help="This operation is a convenience alias for boot --reboot.") @click.argument("hosts", nargs=-1) def reboot(hosts): operations.run("boot", hosts, True)