do not advertise multiple targets in cmbuild wrapper

This commit is contained in:
Axel Kohlmeyer 2020-03-17 15:57:33 -04:00
parent f893f4f8c7
commit 6f6855e831
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
2 changed files with 2 additions and 2 deletions

View File

@ -200,7 +200,7 @@ tool and the specific name of the program used (e.g. ``ninja-v1.10`` or
.. parsed-literal::
Usage: cmbuild [-v] [-h] [-C <dir>] [-j <num>] [<target1> [<target2>] ...]
Usage: cmbuild [-v] [-h] [-C <dir>] [-j <num>] [<target>]
Options:
-h print this message

View File

@ -9,7 +9,7 @@ MYARGS=""
usage()
{
echo "Usage: cmbuild [-v] [-h] [-C <dir>] [-j <num>] [<target1> [<target2>] ...]" >&2
echo "Usage: cmbuild [-v] [-h] [-C <dir>] [-j <num>] [<target>]" >&2
}
help()