Skip to content

Commit

Permalink
show final wrapped result
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeisler committed Jan 29, 2017
1 parent 49ad0ac commit 08be630
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/help.rs
Original file line number Diff line number Diff line change
Expand Up @@ -962,6 +962,7 @@ fn wrap_help(help: &mut String, longest_w: usize, avail_chars: usize) {
help.insert(j, '\n');
prev_space = idx;
}
debugln!("Help::wrap_help: result; {:?}", help);
} else {
sdebugln!("No");
}
Expand Down

0 comments on commit 08be630

Please sign in to comment.