The description of option `-d' is not correct in useage. It is used to
remove duplicate and debug at the same time. Use option `-D' to control
debug info output and the option `-d' to flag remove duplicate.
[YOCTO #3635]
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-v, --verbose
explain what is being done
- -d, --debug
+ -D, --debug
show debug info, repeat for more debug info
EOF
verbose="-v"
shift
;;
- --debug)
+ --debug|-D)
debug=`expr $debug + 1`
echo "Debug level $debug"
shift