From 98883c2106dfe8a916a823f9339836355eda0f8a Mon Sep 17 00:00:00 2001 From: Ed Sutter Date: Mon, 3 Aug 2015 20:20:34 -0400 Subject: fix incorred verbose help text --- main/common/sd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/common/sd.c b/main/common/sd.c index 6d2857d..1be4c2f 100644 --- a/main/common/sd.c +++ b/main/common/sd.c @@ -90,7 +90,7 @@ char *SdHelp[] = { " init [prefix]", " cmd {cmdnum} [arg]", " read {dest} {blk} {blktot}", - " write {blk} {dest} {blktot}", + " write {src} {blk} {blktot}", #endif 0 }; -- cgit v1.2.3