summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Sutter <edsutterjr@gmail.com>2015-08-03 20:20:34 -0400
committerEd Sutter <edsutterjr@gmail.com>2015-08-03 20:20:34 -0400
commit98883c2106dfe8a916a823f9339836355eda0f8a (patch)
tree44153bb03f88bd38a209c29e8dcf02269c5f333a
parentfix warning caused by INCLUDE_TFS being unset (diff)
downloadumon-98883c2106dfe8a916a823f9339836355eda0f8a.tar.bz2
fix incorred verbose help text
-rw-r--r--main/common/sd.c2
1 files changed, 1 insertions, 1 deletions
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
};