clean up a bit
This commit is contained in:
parent
bc844cb5fa
commit
ea48cda85d
@ -83,7 +83,7 @@ impl Command {
|
||||
});
|
||||
|
||||
if iter.len() > max_display {
|
||||
println!("\tOmitting {} other entries.", iter.len() - max_display);
|
||||
println!("\t+ Omitting {} other entries...", iter.len() - max_display);
|
||||
}
|
||||
|
||||
return None;
|
||||
|
Loading…
Reference in New Issue
Block a user