diff options
author | Philip Balister <philip@opensdr.com> | 2011-02-08 08:40:47 -0800 |
---|---|---|
committer | Philip Balister <philip@opensdr.com> | 2011-02-08 08:40:47 -0800 |
commit | 206a70cb823da9c338dcb83855a22ad251bb9cb7 (patch) | |
tree | d9e4749ec1aac52b2305eb5e08503cb1f90c4f28 /host/apps | |
parent | bce7a55ff95d568470a92e56ae90728f481fef51 (diff) | |
download | uhd-206a70cb823da9c338dcb83855a22ad251bb9cb7.tar.gz uhd-206a70cb823da9c338dcb83855a22ad251bb9cb7.tar.bz2 uhd-206a70cb823da9c338dcb83855a22ad251bb9cb7.zip |
Fix typo in usage message.
Diffstat (limited to 'host/apps')
-rw-r--r-- | host/apps/omap_debug/usrp-e-crc-rw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/apps/omap_debug/usrp-e-crc-rw.c b/host/apps/omap_debug/usrp-e-crc-rw.c index 20ad376c8..c6f3427f0 100644 --- a/host/apps/omap_debug/usrp-e-crc-rw.c +++ b/host/apps/omap_debug/usrp-e-crc-rw.c @@ -231,7 +231,7 @@ int main(int argc, char *argv[]) }; if (argc < 4) { - printf("%s t|w|rw decimation data_size\n", argv[0]); + printf("%s r|w|rw decimation data_size\n", argv[0]); return -1; } |