Added signal detection option

Former-commit-id: 1bd70d02814d6238c488db765d9d25af655c1872
This commit is contained in:
johan
2014-01-26 15:51:02 +01:00
parent f5317bc2d9
commit 305a2e856a
6 changed files with 140 additions and 58 deletions

View File

@@ -120,7 +120,7 @@ void OptionsParser::usage() const {
for(i = parameters.parameters.begin();
i != parameters.parameters.end(); i++)
{
cerr.width(31);
cerr.width(33);
cerr << std::left << " " + (*i)->usageLine();
cerr.width(40);