Fixed the usage screen

This commit is contained in:
Pierre Pronchery 2014-10-03 13:22:48 +02:00
parent be85f616d0
commit ef54e9374b

View File

@ -47,7 +47,7 @@ _debug()
#usage
_usage()
{
echo "Usage: shlint.sh target" 1>&2
echo "Usage: shlint.sh [-c] target" 1>&2
return 1
}