mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Correct a typo in column header.
Submitted by: phk Obtained from: BSDCan
This commit is contained in:
parent
f3a537ca3f
commit
8ebcdbf707
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ main(int argc, char **argv)
|
|||
dt, flag_I, sizeof(*gsp), i);
|
||||
printw(" L(q) ops/s ");
|
||||
printw(" r/s kBps ms/r ");
|
||||
printw(" w/s kBps ms/d ");
|
||||
printw(" w/s kBps ms/w ");
|
||||
if (flag_d)
|
||||
printw(" d/s kBps ms/d ");
|
||||
printw("%%busy Name\n");
|
||||
|
|
|
|||
Loading…
Reference in a new issue