mirror of
https://github.com/octoleo/hosts.git
synced 2024-11-24 13:47:35 +00:00
Update comments in "Globals" section.
This commit is contained in:
parent
db7ac727f1
commit
d94af2c25b
6
hosts
6
hosts
@ -36,6 +36,10 @@ IFS=$'\n\t'
|
||||
# Globals
|
||||
###############################################################################
|
||||
|
||||
# $_VERSION
|
||||
#
|
||||
# Manually set this to to current version of the program. Adhere to the
|
||||
# semantic versioning specification: http://semver.org
|
||||
_VERSION="2.3.1"
|
||||
|
||||
# $HOSTS_DEFAULT_COMMAND
|
||||
@ -45,7 +49,7 @@ _VERSION="2.3.1"
|
||||
# used.
|
||||
HOSTS_DEFAULT_COMMAND="${HOSTS_DEFAULT_COMMAND:-list}"
|
||||
|
||||
# HOSTS_PATH
|
||||
# $HOSTS_PATH
|
||||
#
|
||||
# The path to the hosts file. This will almost always be /etc/hosts
|
||||
HOSTS_PATH="${HOSTS_PATH:-/etc/hosts}"
|
||||
|
Loading…
Reference in New Issue
Block a user