From ea7dc23e01733b6e8edd7d7d004fec16fafaec47 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 13 Nov 2017 20:26:38 +0100 Subject: [PATCH] Correct the usage screen for platform.sh --- doc/scripts/platform.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }