Correct the usage screen for platform.sh

This commit is contained in:
Pierre Pronchery 2017-11-13 20:26:38 +01:00
parent b3c260c4b9
commit ea7dc23e01

View File

@ -89,7 +89,8 @@ _platform_variable()
#usage #usage
_usage() _usage()
{ {
echo "Usage: $PROGNAME -l library -V variable" 1>&2 echo "Usage: $PROGNAME -l library" 1>&2
echo " $PROGNAME -V variable" 1>&2
return 1 return 1
} }