X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/8b6edd92abe1f85ba5b59934d59cbac09af0f2e2..5f7f3586b0444116d5c1340465ecae8d6daa2461:/avr/cmd_sd.c diff --git a/avr/cmd_sd.c b/avr/cmd_sd.c index f43725a..6b75d6e 100644 --- a/avr/cmd_sd.c +++ b/avr/cmd_sd.c @@ -1,3 +1,9 @@ +/* + * (C) Copyright 2014 Leo C. + * + * SPDX-License-Identifier: GPL-2.0+ + */ + #include "common.h" #include @@ -330,18 +336,18 @@ CMD_TBL_ITEM( ), CMD_TBL_ITEM( dump, CONFIG_SYS_MAXARGS, 1, do_dump, - "Dump sector", - "" + "Dump sector(s)", + " [sector [count ]]" ), CMD_TBL_ITEM( read, 2, 1, do_read, "Read disk sector(s) into meomory", - "drive [sector [count [memaddr]]]" + " [sector [count [memaddr]]]" ), CMD_TBL_ITEM( write, 2, 1, do_write, "Write sector(s) from meomory to disk", - "drive [sector [count [memaddr]]]" + " [sector [count [memaddr]]]" ), CMD_TBL_ITEM( sync, 2, 1, do_ioctl_sync,