mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Stop complaining about $
needing escape
This commit is contained in:
parent
7827ba5c5e
commit
d10b523193
1 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue