Remove the "ratio" option flag, as it is not needed (#67).

This commit is contained in:
Andrew Wood
2026-04-05 15:10:53 +01:00
parent bd5b709dda
commit 9427d210d8
-1
View File
@@ -93,7 +93,6 @@ 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 */