]> sjero.net Git - wget/blobdiff - src/options.h
Rename --bits to --report-bps.
[wget] / src / options.h
index 0da793798daf1369b7c55da7c83edb94450ed062..44e0a703c0b55e60f2c447579f983512e5070510 100644 (file)
@@ -279,7 +279,7 @@ struct options
 
   bool show_all_dns_entries; /* Show all the DNS entries when resolving a
                                 name. */
-  bool bits_fmt;              /*Output bandwidth in bits format*/
+  bool report_bps;              /*Output bandwidth in bits format*/
 };
 
 extern struct options opt;