mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 02:00:22 +00:00
Merge pull request #1199 from rallytime/spelling-errors
Port spelling fixes from change in Salt to Bootstrap
This commit is contained in:
commit
3034f0522f
1 changed files with 2 additions and 2 deletions
|
@ -95,7 +95,7 @@ echoinfo() {
|
||||||
|
|
||||||
#--- FUNCTION -------------------------------------------------------------------------------------------------------
|
#--- FUNCTION -------------------------------------------------------------------------------------------------------
|
||||||
# NAME: echowarn
|
# NAME: echowarn
|
||||||
# DESCRIPTION: Echo warning informations to stdout.
|
# DESCRIPTION: Echo warning information to stdout.
|
||||||
#----------------------------------------------------------------------------------------------------------------------
|
#----------------------------------------------------------------------------------------------------------------------
|
||||||
echowarn() {
|
echowarn() {
|
||||||
printf "${YC} * WARN${EC}: %s\n" "$@";
|
printf "${YC} * WARN${EC}: %s\n" "$@";
|
||||||
|
@ -338,7 +338,7 @@ __usage() {
|
||||||
-U If set, fully upgrade the system prior to bootstrapping Salt
|
-U If set, fully upgrade the system prior to bootstrapping Salt
|
||||||
-I If set, allow insecure connections while downloading any files. For
|
-I If set, allow insecure connections while downloading any files. For
|
||||||
example, pass '--no-check-certificate' to 'wget' or '--insecure' to
|
example, pass '--no-check-certificate' to 'wget' or '--insecure' to
|
||||||
'curl'. On Debian and Ubuntu, using this option with -U allows to obtain
|
'curl'. On Debian and Ubuntu, using this option with -U allows obtaining
|
||||||
GnuPG archive keys insecurely if distro has changed release signatures.
|
GnuPG archive keys insecurely if distro has changed release signatures.
|
||||||
-F Allow copied files to overwrite existing (config, init.d, etc)
|
-F Allow copied files to overwrite existing (config, init.d, etc)
|
||||||
-K If set, keep the temporary files in the temporary directories specified
|
-K If set, keep the temporary files in the temporary directories specified
|
||||||
|
|
Loading…
Add table
Reference in a new issue