diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo.sh index a233e33..81514fe 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo.sh @@ -109,7 +109,7 @@ function texinfo { # Read manual's Top node from its info output file. info --node="Top" --file="${MANUAL_OUTPUT_BASEFILE}.info.bz2" - elif [[ $ACTIONNAM =~ "^(copy|rename)Entry$" ]];then + elif [[ $ACTIONNAM =~ "^(copy|rename|delete)Entry$" ]];then # Both `--copy' and `--rename' actions interpret non-option # arguments passed to `centos-art.sh' script in a special way.