diff --git a/doc/scripts/platform.sh b/doc/scripts/platform.sh index 3d0b645..1021a14 100755 --- a/doc/scripts/platform.sh +++ b/doc/scripts/platform.sh @@ -89,7 +89,8 @@ _platform_variable() #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 }