Fixed the usage screen

This commit is contained in:
Pierre Pronchery 2014-10-03 13:20:42 +02:00
parent d1f023337e
commit be85f616d0

View File

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