diff options
Diffstat (limited to 'helpers/lh_chroot_sysfs')
-rwxr-xr-x | helpers/lh_chroot_sysfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_chroot_sysfs b/helpers/lh_chroot_sysfs index 1898299..b0dac23 100755 --- a/helpers/lh_chroot_sysfs +++ b/helpers/lh_chroot_sysfs @@ -18,7 +18,7 @@ do done # Setting static variables -DESCRIPTION="mount /sys" +DESCRIPTION="$(Echo 'mount /sys')" HELP="" USAGE="${PROGRAM} {install|remove} [--force]" |