X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Foptions.h;h=44e0a703c0b55e60f2c447579f983512e5070510;hb=b718128b4f3eb8473fb3b31c8397b49854e74ab7;hp=0da793798daf1369b7c55da7c83edb94450ed062;hpb=f5a10978710a3e9907fbef31b7df9f414acccb16;p=wget 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;