If no display options are passed and "-M both" is active, set a "ratio" option flag to display the in:out ratio as well (#67).

This commit is contained in:
Andrew Wood
2026-04-02 23:08:49 +01:00
parent 8ef4ff2e84
commit 80358e84f3
3 changed files with 5 additions and 1 deletions
+1
View File
@@ -93,6 +93,7 @@ struct opts_s {
bool rate; /* rate counter flag */
bool average_rate; /* average rate counter flag */
bool bytes; /* bytes transferred flag */
bool ratio; /* in:out ratio flag */
bool bits; /* report transfer size in bits */
bool decimal_units; /* decimal prefix flag */
bool bufpercent; /* transfer buffer percentage flag */