cli: machines update [MACHINE] -> machines update [MACHINES]

This commit is contained in:
Michael Hoang
2025-04-03 00:06:06 +09:00
parent 4697ef56c1
commit c7ba642a38
3 changed files with 4 additions and 4 deletions

View File

@@ -278,7 +278,7 @@ def register_update_parser(parser: argparse.ArgumentParser) -> None:
nargs="*",
default=[],
metavar="MACHINE",
help="Machine to update. If no machine is specified, all machines will be updated.",
help="Machine to update. If no machines are specified, all machines that don't require explicit updates will be updated.",
)
add_dynamic_completer(machines_parser, complete_machines)