CLI: update requireExplicitUpdate in help

This commit is contained in:
Johannes Kirschbauer
2025-07-06 12:22:25 +02:00
parent d0613b4030
commit bff3908bb1

View File

@@ -34,7 +34,7 @@ Examples:
$ clan machines update [MACHINES]
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;`
To exclude machines being updated `clan.core.deployment.requireExplicitUpdate = true;`
can be set in the machine config.
$ clan machines update --tags [TAGS..]