Rename table title

This commit is contained in:
Matthias Beyer 2015-12-28 14:30:45 +01:00
parent 1fde80800b
commit bb97778fbb
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ impl FilePrinter for TablePrinter {
use prettytable::row::Row;
use prettytable::cell::Cell;
let titles = row!["File#", "Owner", "ID", "..."];
let titles = row!["#", "Module", "ID", "..."];
let mut tab = Table::new();
tab.set_titles(titles);