scripts/deploy: fix usage message about --reboot flag

This commit is contained in:
2024-07-27 14:48:44 +00:00
parent 4c4d841038
commit cbe17c03e4

View File

@@ -11,7 +11,7 @@ usage() {
echo "- --action copy|switch|test (default: 'switch')"
echo "- --dry-run: show what would be done without actually doing it"
echo "- --pre: alias for --action copy --variant all all"
echo "- --reboot: reboot the target machine after deploying (whether deployment was 'successful' or not)"
echo "- --reboot: reboot the target machine after deploying (if deployed with no errors)"
echo "- --variant light|min|''|all (default: '')"
echo ""
echo "common idioms:"