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