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