Update tcar_printMessage.sh file.
- Previously, --as-debugger-line option was set after the
TCAR_FLAG_QUIET verification. This made the --debug option to print
nothing when run with the --quiet option in the same command. The
intention of --quiet option is to reduce the output information when
processing source files but not debugging information. This update
changes the tcar_printMessage.sh file to move up the
--as-debugger-line option definition so the TCAR_FLAG_QUIET
verification doesn't affect it.
- Remove --as-suggestion-line option definition. This option is not
used inside the centos-art.sh script.
- Remove --as-inkscape-line option definition. This option is not used
inside the centos-art.sh script.