mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-10 20:57:06 -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>
|
||||
|
||||
UnlabeledValueArg<float> nolabel( "name", "unlabeled test", 3.14,
|
||||
UnlabeledValueArg<float> nolabel( "name", "unlabeled test", true, 3.14,
|
||||
"nameString" );
|
||||
cmd.add( nolabel );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user