fix: column heading mem > memory

This commit is contained in:
Jack Wills
2022-04-25 02:56:05 +00:00
parent bb29c0ebfa
commit 5e8e6b590b
+1 -1
View File
@@ -417,7 +417,7 @@ impl Columns {
name: (String::from("name"), 4),
state: (String::from("state"), 11),
status: (String::from("status"), 16),
mem: (String::from("mem/limit"), 9),
mem: (String::from("memory/limit"), 12),
net_rx: (String::from("↓ rx"), 5),
net_tx: (String::from("↑ tx"), 5),
}