X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Foptions.h;fp=src%2Foptions.h;h=44e0a703c0b55e60f2c447579f983512e5070510;hp=0da793798daf1369b7c55da7c83edb94450ed062;hb=96418c68851d00fd66014d2dc7bd46b3d715e525;hpb=321b5dce853e856df342cc8bddea0dab1f7193b2 diff --git a/src/options.h b/src/options.h index 0da79379..44e0a703 100644 --- a/src/options.h +++ b/src/options.h @@ -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;