mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-19 00:56:08 -04:00
changed for long prog names bug
This commit is contained in:
parent
5d03a98f5d
commit
a3830698d0
@ -67,6 +67,8 @@ int main(int argc, char** argv)
|
||||
ValueArg<int> limit("l","limit","Max number of alignments allowed",
|
||||
false, 1000,"int");
|
||||
cmd.add( limit );
|
||||
|
||||
argv[0] = "ThisIsAVeryLongProgramNameDesignedToTestSpacePrintWhichUsedToHaveProblemsWithLongProgramNamesIThinkItIsNowLongEnough";
|
||||
|
||||
// Parse the args.
|
||||
cmd.parse( argc, argv );
|
||||
|
Loading…
x
Reference in New Issue
Block a user