Update the usage screen

This commit is contained in:
Pierre Pronchery 2017-09-15 00:16:28 +02:00
parent 6df9454c90
commit 56d24a64a2

View File

@ -66,7 +66,7 @@ _test()
#usage #usage
_usage() _usage()
{ {
echo "Usage: $PROGNAME [-c][-P prefix] target..." 1>&2 echo "Usage: $PROGNAME [-c] target..." 1>&2
return 1 return 1
} }