summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-11-13 17:04:55 +0000
committerru <ru@FreeBSD.org>2004-11-13 17:04:55 +0000
commitfe9c31f6ffed4cc5d547477dcd1330ba8975d3a2 (patch)
treec914b5197b24265159090225648eb097a2f69dd3 /sys/boot
parent34ee3dd317a8fd2c23ae439abc9693b683ee3e67 (diff)
downloadFreeBSD-src-fe9c31f6ffed4cc5d547477dcd1330ba8975d3a2.zip
FreeBSD-src-fe9c31f6ffed4cc5d547477dcd1330ba8975d3a2.tar.gz
There's no reason for "read" and "echo" commands to not
appear in the online command list.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/common/commands.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/common/commands.c b/sys/boot/common/commands.c
index 5ec00606..0559d15 100644
--- a/sys/boot/common/commands.c
+++ b/sys/boot/common/commands.c
@@ -312,7 +312,7 @@ command_unset(int argc, char *argv[])
return(CMD_OK);
}
-COMMAND_SET(echo, "echo", NULL, command_echo);
+COMMAND_SET(echo, "echo", "echo arguments", command_echo);
static int
command_echo(int argc, char *argv[])
@@ -351,7 +351,7 @@ command_echo(int argc, char *argv[])
* A passable emulation of the sh(1) command of the same name.
*/
-COMMAND_SET(read, "read", NULL, command_read);
+COMMAND_SET(read, "read", "read input from the terminal", command_read);
static int
command_read(int argc, char *argv[])
OpenPOWER on IntegriCloud