aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Balister <philip@opensdr.com>2011-02-08 08:40:47 -0800
committerPhilip Balister <philip@opensdr.com>2011-02-08 08:40:47 -0800
commit206a70cb823da9c338dcb83855a22ad251bb9cb7 (patch)
treed9e4749ec1aac52b2305eb5e08503cb1f90c4f28
parentbce7a55ff95d568470a92e56ae90728f481fef51 (diff)
downloaduhd-206a70cb823da9c338dcb83855a22ad251bb9cb7.tar.gz
uhd-206a70cb823da9c338dcb83855a22ad251bb9cb7.tar.bz2
uhd-206a70cb823da9c338dcb83855a22ad251bb9cb7.zip
Fix typo in usage message.
-rw-r--r--host/apps/omap_debug/usrp-e-crc-rw.c2
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;
}