docs: add help text doc. that reboot is a conv. alias for boot --reboot
This commit is contained in:
parent
fd9ad17d79
commit
d164f502a1
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue