Unverified Commit 6f6855e8 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

do not advertise multiple targets in cmbuild wrapper

parent f893f4f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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()