Use curly braces for all `$_ME` variable references.

This commit is contained in:
William Melody 2020-06-07 14:18:20 -07:00
parent 1da838faeb
commit a39c60aafa
1 changed files with 4 additions and 4 deletions

8
hosts
View File

@ -554,7 +554,7 @@ HEREDOC
# #
# desc example <<HEREDOC # desc example <<HEREDOC
# Usage: # Usage:
# $_ME example # ${_ME} example
# #
# Description: # Description:
# Print "Hello, World!" # Print "Hello, World!"
@ -803,7 +803,7 @@ backups() {
desc "block" <<HEREDOC desc "block" <<HEREDOC
Usage: Usage:
$_ME block <hostname>... ${_ME} block <hostname>...
Description: Description:
Block one or more hostnames by adding new entries assigned to \`127.0.0.1\` Block one or more hostnames by adding new entries assigned to \`127.0.0.1\`
@ -1488,7 +1488,7 @@ delete() { remove "${@}"; }
desc "search" <<HEREDOC desc "search" <<HEREDOC
Usage: Usage:
$_ME search <search string> ${_ME} search <search string>
Description: Description:
Search entries for <search string>. Search entries for <search string>.
@ -1556,7 +1556,7 @@ show() {
desc "unblock" <<HEREDOC desc "unblock" <<HEREDOC
Usage: Usage:
$_ME unblock <hostname>... ${_ME} unblock <hostname>...
Description: Description:
Unblock one or more hostnames by removing the entries from the hosts file. Unblock one or more hostnames by removing the entries from the hosts file.