Update --help option default action.
- Previously, the --help option executed the tcar_printUsage function
as default action. This is the same action triggered by tcar script
when is executed without any argument. In order to remove this
redundancy, this update changes the --help option default action
from tcar_printUsage to tcar_printHelp.