fix: fixes issue where before_help wasn't printed

This commit is contained in:
Kevin K 2016-05-30 06:00:42 -04:00
parent c8cc87ac10
commit 330e5edf04

View file

@ -543,7 +543,7 @@ impl<'a> Help<'a> {
/// Writes help for subcommands of a Parser Object to the wrapped stream.
fn write_subcommands(&mut self, parser: &Parser) -> io::Result<()> {
debugln!("exec=write_subcommands;");
debugln!("exec=write_subcommands;");
let mut longest = 0;
let mut ord_m = VecMap::new();