diff options
Diffstat (limited to 'helpers/lh_chroot_apt')
-rwxr-xr-x | helpers/lh_chroot_apt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/lh_chroot_apt b/helpers/lh_chroot_apt index 62a0908aa..a7a12d803 100755 --- a/helpers/lh_chroot_apt +++ b/helpers/lh_chroot_apt @@ -20,7 +20,7 @@ done # Setting static variables DESCRIPTION="manage /etc/apt/apt.conf" HELP="" -USAGE="${PROGRAM} {install|remove} [--force]" +USAGE="${PROGRAM} {install|install-binary|remove} [--force]" Arguments "${@}" @@ -32,7 +32,7 @@ Set_defaults Require_stagefile .stage/bootstrap case "${1}" in - install*) + install|install-binary) Echo_message "Configuring file /etc/apt/apt.conf" # Checking stage file |