Skip to content

Commit 11fe4e7

Browse files
committed
UI related bug fix.
1 parent 0ead1eb commit 11fe4e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/options.rs

+4
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@ pub fn print_summary(opts: &Options) {
132132
if opts.file.len() > wspace {
133133
wspace = opts.file.len() + (wspace / 4)
134134
}
135+
if opts.outfile.len() > wspace {
136+
wspace = opts.outfile.len() + (wspace / 4)
137+
}
138+
135139
let freq_str = format!("%{:.4}", opts.freq * 100.0);
136140
println!(
137141
"\n[ {} {} {} ]",

0 commit comments

Comments
 (0)