diff --git a/bin/c2d b/bin/c2d index 057c59d..a9bccf0 100755 Binary files a/bin/c2d and b/bin/c2d differ diff --git a/bin/c2d.exe b/bin/c2d.exe index 3776bcc..82bdd1a 100755 Binary files a/bin/c2d.exe and b/bin/c2d.exe differ diff --git a/c2d.h b/c2d.h index d82d23b..1d0621c 100644 --- a/c2d.h +++ b/c2d.h @@ -18,7 +18,7 @@ usage: c2d [-vh?]\n\ -h|? this help\n\ -m jump to monitor after booting\n\ -s XXXX jump to XXXX after booting\n\ - -t filename where filename is a 1K $400-$7FF text page splash screen.\n\ + -t filename, where filename is a 1K $400-$7FF text page splash screen.\n\ The splash screen will display while the binary is loading.\n\ -v print version number and exit\n\ \n\ diff --git a/c2d.h.0 b/c2d.h.0 index 59ad167..4108116 100644 --- a/c2d.h.0 +++ b/c2d.h.0 @@ -18,7 +18,7 @@ usage: c2d [-vh?]\n\ -h|? this help\n\ -m jump to monitor after booting\n\ -s XXXX jump to XXXX after booting\n\ - -t filename where filename is a 1K $400-$7FF text page splash screen.\n\ + -t filename, where filename is a 1K $400-$7FF text page splash screen.\n\ The splash screen will display while the binary is loading.\n\ -v print version number and exit\n\ \n\ diff --git a/test.sh b/test.sh index 5ab3b26..85185ae 100755 --- a/test.sh +++ b/test.sh @@ -18,7 +18,7 @@ if [ "$CHECK" = "$SUM" ] then echo PASSED else - echo "FAILED $CHECK != $SUM (expect)" + echo "FAILED $CHECK != $SUM (expected)" exit 1 fi @@ -53,7 +53,7 @@ if [ "$CHECK" = "$SUM" ] then echo PASSED else - echo "FAILED $CHECK != $SUM (expect)" + echo "FAILED $CHECK != $SUM (expected)" exit 1 fi @@ -72,7 +72,7 @@ if [ "$CHECK" = "$SUM" ] then echo PASSED else - echo "FAILED $CHECK != $SUM (expect)" + echo "FAILED $CHECK != $SUM (expected)" exit 1 fi @@ -109,7 +109,7 @@ if [ "$CHECK" = "$SUM" ] then echo PASSED else - echo "FAILED $CHECK != $SUM (expect)" + echo "FAILED $CHECK != $SUM (expected)" exit 1 fi @@ -129,7 +129,7 @@ if [ "$CHECK" = "$SUM" ] then echo PASSED else - echo "FAILED $CHECK != $SUM (expect)" + echo "FAILED $CHECK != $SUM (expected)" exit 1 fi @@ -145,7 +145,7 @@ if [ "$CHECK" = "$SUM" ] then echo PASSED else - echo "FAILED $CHECK != $SUM (expect)" + echo "FAILED $CHECK != $SUM (expected)" exit 1 fi @@ -164,7 +164,7 @@ if [ "$CHECK" = "$SUM" ] then echo PASSED else - echo "FAILED $CHECK != $SUM (expect)" + echo "FAILED $CHECK != $SUM (expected)" exit 1 fi @@ -182,7 +182,7 @@ if [ "$CHECK" = "$SUM" ] then echo PASSED else - echo "FAILED $CHECK != $SUM (expect)" + echo "FAILED $CHECK != $SUM (expected)" exit 1 fi