Using python\'s optparse module I would like to add extra example lines below the regular usage output. My current help_print() output looks like this:
There is a description parameter you can pass to the OptionParser constructor. This allows you to include arbitrary text that appears after usage, but before the list of options.