diff options
Diffstat (limited to 'scripts/build/chroot_hosts')
-rwxr-xr-x | scripts/build/chroot_hosts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/chroot_hosts b/scripts/build/chroot_hosts index ab0ea6685..30df74d51 100755 --- a/scripts/build/chroot_hosts +++ b/scripts/build/chroot_hosts @@ -14,7 +14,7 @@ set -e [ -e "${LIVE_BUILD}/scripts/build.sh" ] && . "${LIVE_BUILD}/scripts/build.sh" || . /usr/lib/live/build.sh # Setting static variables -DESCRIPTION="$(Echo 'manage /etc/hosts')" +DESCRIPTION="Manage /etc/hosts" HELP="" USAGE="${PROGRAM} {install|remove} [--force]" |