diff options
Diffstat (limited to 'host/examples')
| -rw-r--r-- | host/examples/rx_samples_to_file.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/host/examples/rx_samples_to_file.cpp b/host/examples/rx_samples_to_file.cpp index b0e498125..a28d1d628 100644 --- a/host/examples/rx_samples_to_file.cpp +++ b/host/examples/rx_samples_to_file.cpp @@ -236,8 +236,8 @@ int UHD_SAFE_MAIN(int argc, char *argv[]){          ("ref", po::value<std::string>(&ref)->default_value("internal"), "waveform type (internal, external, mimo)")          ("wirefmt", po::value<std::string>(&wirefmt)->default_value("sc16"), "wire format (sc8 or sc16)")          ("setup", po::value<double>(&setup_time)->default_value(1.0), "seconds of setup time") -        ("progress", "show average bandwidth on exit") -        ("stats", "periodically display short-term bandwidth") +        ("progress", "periodically display short-term bandwidth") +        ("stats", "show average bandwidth on exit")          ("sizemap", "track packet size and display breakdown on exit")          ("null", "run without writing to file")          ("continue", "don't abort on a bad packet") | 
