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

This commit is contained in:
Michael Hoang
2025-04-03 00:06:06 +09:00
parent 6ccdfe278d
commit 2db14e0ffa
3 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ def register_parser(parser: argparse.ArgumentParser) -> None:
update_parser = subparser.add_parser(
"update",
help="Update a machine",
help="Update one or more machines",
epilog=(
"""
This subcommand provides an interface to update machines managed by clan.
@@ -32,7 +32,7 @@ This subcommand provides an interface to update machines managed by clan.
Examples:
$ clan machines update [MACHINES]
Will update the specified machine [MACHINE], if [MACHINE] is omitted, the command
Will update the specified machines [MACHINES], if [MACHINES] is omitted, the command
will attempt to update every configured machine.
To exclude machines being updated `clan.deployment.requireExplicitUpdate = true;`
can be set in the machine config.