mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-11 13:14:45 -04:00
minor typos
This commit is contained in:
parent
5683b590ce
commit
3e5c23a91e
@ -45,7 +45,7 @@ the GNU or POSIX standards, it is getting close.
|
||||
<li> See the <a href="html/index.html"><b>API</b></a> documentation for detailed
|
||||
implementation information.</li>
|
||||
<li>Visit the <a href="http://sourceforge.net">Sourceforge</a> project <a href="http://sourceforge.net/projects/tclap/">page</a>.
|
||||
<li><a href="https://sourceforge.net/projects/tclap/"><b>Download</b></a> the source here.</li>
|
||||
<li><a href="http://sourceforge.net/project/showfiles.php?group_id=76645"><b>Download</b></a> the source here.</li>
|
||||
<li>Send any feedback, comments, patches, etc. to mes (_at_) aescon (_dot_) com.</li>
|
||||
</ul>
|
||||
Happy coding!
|
||||
|
@ -319,7 +319,7 @@ Here is what a declaration looks like:
|
||||
...
|
||||
|
||||
//
|
||||
// MultiArg must be the LAST argument added!
|
||||
// UnlabeledMultiArg must be the LAST argument added!
|
||||
//
|
||||
UnlabeledMultiArg < string > multi("file names");
|
||||
cmd.add( multi );
|
||||
|
Loading…
x
Reference in New Issue
Block a user