forked from lijiext/lammps
do not advertise multiple targets in cmbuild wrapper
This commit is contained in:
parent
f893f4f8c7
commit
6f6855e831
|
@ -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
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue