diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/luxcena-neo-cli.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/luxcena-neo-cli.sh b/bin/luxcena-neo-cli.sh index f2b0e9d..4ecfc0f 100755 --- a/bin/luxcena-neo-cli.sh +++ b/bin/luxcena-neo-cli.sh @@ -49,8 +49,7 @@ while getopts ":a:" o; do done shift $((OPTIND-1)) -printf "\n" -printf "\e[37mLuxcena-neo-cli command: \e[90m'$*'.\n\n\e[0m" +printf "\e[37m> \e[4mLuxcena-\e[31mn\e[34me\e[34mo\e[37-cli command: \e[90m'$*'.\n\n\e[0m" action=$1 if [ "$action" == "update" ]; then |