diff --git a/Args/help_printer.hpp b/Args/help_printer.hpp index fbb2d90c..759566e3 100644 --- a/Args/help_printer.hpp +++ b/Args/help_printer.hpp @@ -448,7 +448,7 @@ HelpPrinter::print( const String & name, OutStreamType & to ) gmaxFlag += 2; gmaxName += 2; - gmaxCommand += 2; +// gmaxCommand += 2; // Prepare arguments of command. std::list< ArgIface* > required; @@ -472,7 +472,7 @@ HelpPrinter::print( const String & name, OutStreamType & to ) maxFlag += 2; maxName += 2; - maxCommand += 2; +// maxCommand += 2; // Print. printString( to, splitToWords( cmd->longDescription() ), 0, 0, 0 );