mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-08 03:40:21 -04:00
changed allowed separator
This commit is contained in:
parent
dc0aa2daf3
commit
867b526950
@ -200,7 +200,7 @@ MultiArg<T>::MultiArg(const string& flag,
|
||||
string temp( os.str() );
|
||||
|
||||
if ( i > 0 )
|
||||
_typeDesc += ",";
|
||||
_typeDesc += "|";
|
||||
_typeDesc += temp;
|
||||
}
|
||||
};
|
||||
|
@ -221,7 +221,7 @@ ValueArg<T>::ValueArg(const string& flag,
|
||||
string temp( os.str() );
|
||||
|
||||
if ( i > 0 )
|
||||
_typeDesc += ",";
|
||||
_typeDesc += "|";
|
||||
_typeDesc += temp;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user