Rename table title
This commit is contained in:
parent
1fde80800b
commit
bb97778fbb
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue