scripts/deploy: fix "exho" typo

This commit is contained in:
2024-07-16 07:42:24 +00:00
parent 929a8eadbc
commit 86f1e36035

View File

@@ -17,7 +17,7 @@ usage() {
echo "common idioms:"
echo "- deploy all: deploy all hosts, sequentially"
echo "- deploy --pre: build and copy all hosts"
exho "- deploy desko lappy: build and deploy just those hosts"
echo "- deploy desko lappy: build and deploy just those hosts"
echo "- deploy: deploy the local host"
exit 1
}