summaryrefslogtreecommitdiff
path: root/src/chroot-tools/librechroot
diff options
context:
space:
mode:
Diffstat (limited to 'src/chroot-tools/librechroot')
-rwxr-xr-xsrc/chroot-tools/librechroot2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/chroot-tools/librechroot b/src/chroot-tools/librechroot
index a5c5728..48e6cdc 100755
--- a/src/chroot-tools/librechroot
+++ b/src/chroot-tools/librechroot
@@ -136,7 +136,6 @@ usage() {
echo ''
echo 'Options:'
echo ' Settings:'
- echo " -d <CHROOTDIR> Use this dir instead of \`${CHROOTDIR}'"
echo ' -l <copy> Use this as the chroot copy instead of basing it'
echo ' on the username'
echo ' Modes:'
@@ -156,7 +155,6 @@ main() {
local mode=enter
while getopts 'hrcud:l:' arg; do
case $arg in
- d) CHROOTDIR=$OPTARG;;
l) CHROOTCOPY=$OPTARG;;
c) mode=clean_pacman;;