diff --git a/Scripts/Bash/Functions/cli_printMessage.sh b/Scripts/Bash/Functions/cli_printMessage.sh index a8e0216..ce5b20d 100755 --- a/Scripts/Bash/Functions/cli_printMessage.sh +++ b/Scripts/Bash/Functions/cli_printMessage.sh @@ -218,7 +218,7 @@ function cli_printMessage { # as message value, in order to produce the documentation # entry automatically. The `--quiet' flag doesn't suppress # `as to know more' messages. - MESSAGE=$(dirname $(echo $MESSAGE | cut -d ' ' -f2-)) + MESSAGE=$(cli_getRepoName "$(echo $MESSAGE | cut -d ' ' -f2-)" 'd') echo "----------------------------------------------------------------------" echo "`gettext "To know more, run the following command"`:" echo "centos-art manual --read='$MESSAGE'"