Hi all, I have an option in my options_description which has a very long default value (an absolute pathname to a data file). When I print out the usage info via: cout << desc << endl; ..the formatting of the message is really bad; The long default value makes the option description text get squished to the far right: Allowed options: -h [ --help ] produce help message -v [ --version ] print version string -D [ --database-file ] arg (=/very/long/path) specify databas e filen ame Is there any way to affect the formatting of the description? Perhaps force any default value to be printed underneath the option itself, or not require the description text for all options align on the same column? Thanks, Andy