diff options
author | Balint Seeber <balint@ettus.com> | 2013-11-06 15:15:40 -0800 |
---|---|---|
committer | Balint Seeber <balint@ettus.com> | 2013-11-06 15:15:40 -0800 |
commit | 7641b42a89f009b1c5dc8875eef07c2a90128164 (patch) | |
tree | 4a0b21d0c5498046ba7e7f6167acf77eba4a3fb6 /host/examples/rx_samples_to_file.cpp | |
parent | b8be983269248227db397a6bec00537b7765e0fe (diff) | |
download | uhd-7641b42a89f009b1c5dc8875eef07c2a90128164.tar.gz uhd-7641b42a89f009b1c5dc8875eef07c2a90128164.tar.bz2 uhd-7641b42a89f009b1c5dc8875eef07c2a90128164.zip |
uhd: help strings for 'stats' and 'progress' were reversed
Diffstat (limited to 'host/examples/rx_samples_to_file.cpp')
-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") |