summaryrefslogtreecommitdiffstats
path: root/release/picobsd/tinyware/msh/sh3.c
diff options
context:
space:
mode:
Diffstat (limited to 'release/picobsd/tinyware/msh/sh3.c')
-rw-r--r--release/picobsd/tinyware/msh/sh3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/picobsd/tinyware/msh/sh3.c b/release/picobsd/tinyware/msh/sh3.c
index 5959f27..9aa61d2 100644
--- a/release/picobsd/tinyware/msh/sh3.c
+++ b/release/picobsd/tinyware/msh/sh3.c
@@ -818,7 +818,7 @@ struct op *t;
register int nl = 0;
if (t->words[1] == NULL) {
- err("Usage: read name ...");
+ err("usage: read name ...");
return(1);
}
for (wp = t->words+1; *wp; wp++) {
OpenPOWER on IntegriCloud