diff --git a/bin/nlman b/bin/nlman index f328ba2..a6845bd 100755 --- a/bin/nlman +++ b/bin/nlman @@ -16,7 +16,7 @@ function nulib__define_functions() { } function module:() { if [ -n "$LIST_FUNCS" ]; then - esection "$1: $2" + esection "@$1: $2" fi local module SHOW_MODULE= @@ -32,9 +32,9 @@ function nulib__define_functions() { } function function:() { if [ -n "$LIST_FUNCS" ]; then - estep "$1" + eecho "$1" elif [ -n "$SHOW_MODULE" ]; then - esection "$1" + eecho "$COULEUR_BLEUE>>> $1 <<<$COULEUR_NORMALE" eecho "$2" else local func