From 206a70cb823da9c338dcb83855a22ad251bb9cb7 Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Tue, 8 Feb 2011 08:40:47 -0800 Subject: Fix typo in usage message. --- host/apps/omap_debug/usrp-e-crc-rw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/apps') 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; } -- cgit v1.2.3