From 4dc5c8f3174416165bf7367bbd9cb35bf7abb374 Mon Sep 17 00:00:00 2001 From: zawwz Date: Fri, 11 Dec 2020 13:40:29 +0100 Subject: [PATCH] update doc --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b6813a6..f0e8d2b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # lxsh -Extended shell linker for linking, generating and minimizing shell code +Extended shell linker for linking, processing and minimizing shell code # Installing @@ -40,8 +40,7 @@ use `--exclude-var` to exclude variables from being minimized (for example envir Function names can be minimized with `--minimize-fct`, use `--exclude-fct` to exclude functions from being minimized. -Unused functions can be removed with `--remove-unused`. -Removal of unused variables is a work in progress. +Unused functions and variables can be removed with `--remove-unused`. ## Other features @@ -99,6 +98,7 @@ However not all bash syntax is supported yet. - `${!VAR}` does not register as a variable - Extended globs (`*()`) are not supported - `(())` creates two subshells instead of one object +- Unsetting functions will not work properly when minimizing variables or functions ## Debashifying