mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-11 05:04:41 -04:00
Fix missing argument in documentation example.
This commit is contained in:
parent
10103edd7c
commit
ffe155506c
@ -461,7 +461,7 @@ The code would look like this:
|
|||||||
|
|
||||||
<programlisting>
|
<programlisting>
|
||||||
|
|
||||||
UnlabeledValueArg<float> nolabel( "name", "unlabeled test", 3.14,
|
UnlabeledValueArg<float> nolabel( "name", "unlabeled test", true, 3.14,
|
||||||
"nameString" );
|
"nameString" );
|
||||||
cmd.add( nolabel );
|
cmd.add( nolabel );
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user