From be85f616d0a3536aa7e60b401696a20715eb6eb4 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Fri, 3 Oct 2014 13:20:42 +0200 Subject: [PATCH] Fixed the usage screen --- doc/scripts/xmllint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/scripts/xmllint.sh b/doc/scripts/xmllint.sh index ed94cb7..c0f7cba 100755 --- a/doc/scripts/xmllint.sh +++ b/doc/scripts/xmllint.sh @@ -48,7 +48,7 @@ _debug() #usage _usage() { - echo "Usage: xmllint.sh target" 1>&2 + echo "Usage: xmllint.sh [-c] target" 1>&2 return 1 }