Removed a lie

This commit is contained in:
Natrox 2025-09-13 16:16:18 +02:00
parent 8d9d447533
commit ab4405cbd7
2 changed files with 1 additions and 5 deletions

View file

@ -29,8 +29,6 @@ You can also try out the utilities by simply sourcing the file while running you
These are the included binaries: These are the included binaries:
- calm: Reduce a process niceness to 0. - calm: Reduce a process niceness to 0.
- chroot-aio: A chroot wrapper that also takes care of binding
every required directory and has no options.
- cdz: This utility extracts an archive to /tmp and changes - cdz: This utility extracts an archive to /tmp and changes
directory to it in a new shell instance. Upon exit, directory to it in a new shell instance. Upon exit,
the files are wiped. the files are wiped.

View file

@ -35,8 +35,6 @@ function daisy_help()
echo -e "" echo -e ""
echo -e "These are the included binaries:" echo -e "These are the included binaries:"
echo -e " - calm: Reduce a process niceness to 0." echo -e " - calm: Reduce a process niceness to 0."
echo -e " - chroot-aio: A chroot wrapper that also takes care of binding"
echo -e " every required directory and has no options."
echo -e " - cdz: This utility extracts an archive to /tmp and changes" echo -e " - cdz: This utility extracts an archive to /tmp and changes"
echo -e " directory to it in a new shell instance. Upon exit," echo -e " directory to it in a new shell instance. Upon exit,"
echo -e " the files are wiped." echo -e " the files are wiped."