From d10b523193d6e8e85281aadbf5b0908e589118d7 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Thu, 3 Apr 2014 07:46:32 +0100 Subject: [PATCH] Stop complaining about `$` needing escape --- bootstrap-salt.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 83d2743..164feb0 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -184,13 +184,13 @@ usage() { - git Examples: - \$ ${__ScriptName} - \$ ${__ScriptName} stable - \$ ${__ScriptName} daily - \$ ${__ScriptName} git - \$ ${__ScriptName} git develop - \$ ${__ScriptName} git v0.17.0 - \$ ${__ScriptName} git 8c3fadf15ec183e5ce8c63739850d543617e4357 + - ${__ScriptName} + - ${__ScriptName} stable + - ${__ScriptName} daily + - ${__ScriptName} git + - ${__ScriptName} git develop + - ${__ScriptName} git v0.17.0 + - ${__ScriptName} git 8c3fadf15ec183e5ce8c63739850d543617e4357 Options: -h Display this message