From cbe17c03e493db31425c1505374e8a637920f29a Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 27 Jul 2024 14:48:44 +0000 Subject: [PATCH] scripts/deploy: fix usage message about --reboot flag --- scripts/deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy b/scripts/deploy index ab2c3d806..ee517c677 100755 --- a/scripts/deploy +++ b/scripts/deploy @@ -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:"