liminix-rebuild: escape brackets in usage message

pull/3/head
Daniel Barlow 2024-01-07 14:18:19 +00:00
parent 2a93f24a58
commit 45e8db09e1
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ target_host=$1
shift
if [ -z "$target_host" ] ; then
echo Usage: liminix-rebuild [--no-reboot] target-host params
echo Usage: liminix-rebuild \[--no-reboot\] target-host params
exit 1
fi