liminix-rebuild: escape brackets in usage message
This commit is contained in:
parent
2a93f24a58
commit
45e8db09e1
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ target_host=$1
|
||||||
shift
|
shift
|
||||||
|
|
||||||
if [ -z "$target_host" ] ; then
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue