summaryrefslogtreecommitdiff
path: root/otp_build
diff options
context:
space:
mode:
authorRickard Green <rickard@erlang.org>2023-05-10 11:14:44 +0200
committerRickard Green <rickard@erlang.org>2023-05-10 11:14:44 +0200
commit57e6bb309261090a6f6f35c7d9520c2b348e7a05 (patch)
treeab5ab0914f835085131205024204e848a06b0f77 /otp_build
parent6bcfd489edf783451b0baa01accf50195374c99e (diff)
downloaderlang-57e6bb309261090a6f6f35c7d9520c2b348e7a05.tar.gz
otp_build check help text improvements
Diffstat (limited to 'otp_build')
-rwxr-xr-xotp_build3
1 files changed, 2 insertions, 1 deletions
diff --git a/otp_build b/otp_build
index 46e5c75951..c9d118c2a4 100755
--- a/otp_build
+++ b/otp_build
@@ -56,7 +56,8 @@ usage ()
echo " release <target_dir> - creates a small release to <target_dir>"
echo " release [-a|-s|-t] <target_dir> - creates full release to <target_dir>"
echo " tests <dir> - Build testsuites to <dir>"
- echo " check [-h|...] - Perform various build checks. See help for more info and options."
+ echo " check [--help|...] - Perform various build checks. See --help for more info"
+ echo " and options."
echo ""
echo "-a builds all applications"
echo "-s builds a small system (default)"