Home | History | Annotate | Download | only in tools

Lines Matching full:verbose

34 VERBOSE=1
71 if [ "$VERBOSE" -gt 0 ]; then
74 if [ "$VERBOSE" -gt 1 ]; then
77 if [ "$VERBOSE" -gt 1 ]; then
89 if [ "$VERBOSE" -gt 0 ]; then
169 --verbose) VERBOSE=$(( $VERBOSE + 1 ));;
170 --quiet) VERBOSE=$(( $VERBOSE - 1 ));;
199 echo " --verbose Increase verbosity."
273 if [ "$VERBOSE" -eq 1 ]; then