mirror of
https://github.com/octoleo/hosts.git
synced 2024-11-21 12:25:14 +00:00
Use curly braces for all $_ME
variable references.
This commit is contained in:
parent
1da838faeb
commit
a39c60aafa
8
hosts
8
hosts
@ -554,7 +554,7 @@ HEREDOC
|
||||
#
|
||||
# desc example <<HEREDOC
|
||||
# Usage:
|
||||
# $_ME example
|
||||
# ${_ME} example
|
||||
#
|
||||
# Description:
|
||||
# Print "Hello, World!"
|
||||
@ -803,7 +803,7 @@ backups() {
|
||||
|
||||
desc "block" <<HEREDOC
|
||||
Usage:
|
||||
$_ME block <hostname>...
|
||||
${_ME} block <hostname>...
|
||||
|
||||
Description:
|
||||
Block one or more hostnames by adding new entries assigned to \`127.0.0.1\`
|
||||
@ -1488,7 +1488,7 @@ delete() { remove "${@}"; }
|
||||
|
||||
desc "search" <<HEREDOC
|
||||
Usage:
|
||||
$_ME search <search string>
|
||||
${_ME} search <search string>
|
||||
|
||||
Description:
|
||||
Search entries for <search string>.
|
||||
@ -1556,7 +1556,7 @@ show() {
|
||||
|
||||
desc "unblock" <<HEREDOC
|
||||
Usage:
|
||||
$_ME unblock <hostname>...
|
||||
${_ME} unblock <hostname>...
|
||||
|
||||
Description:
|
||||
Unblock one or more hostnames by removing the entries from the hosts file.
|
||||
|
Loading…
Reference in New Issue
Block a user