Update comments in "Globals" section.

This commit is contained in:
William Melody 2017-03-01 20:22:41 -08:00
parent db7ac727f1
commit d94af2c25b
1 changed files with 5 additions and 1 deletions

6
hosts
View File

@ -36,6 +36,10 @@ IFS=$'\n\t'
# Globals # 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" _VERSION="2.3.1"
# $HOSTS_DEFAULT_COMMAND # $HOSTS_DEFAULT_COMMAND
@ -45,7 +49,7 @@ _VERSION="2.3.1"
# used. # used.
HOSTS_DEFAULT_COMMAND="${HOSTS_DEFAULT_COMMAND:-list}" HOSTS_DEFAULT_COMMAND="${HOSTS_DEFAULT_COMMAND:-list}"
# HOSTS_PATH # $HOSTS_PATH
# #
# The path to the hosts file. This will almost always be /etc/hosts # The path to the hosts file. This will almost always be /etc/hosts
HOSTS_PATH="${HOSTS_PATH:-/etc/hosts}" HOSTS_PATH="${HOSTS_PATH:-/etc/hosts}"