From 4077891a70eb30bfeb2b64cd01182dffa502331e Mon Sep 17 00:00:00 2001 From: msmith Date: Sat, 9 Jan 1999 02:34:48 +0000 Subject: Add a description for 'lsdev' so that it shows up in the '?' display --- sys/boot/common/commands.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/boot/common/commands.c b/sys/boot/common/commands.c index 81bba71..8984937 100644 --- a/sys/boot/common/commands.c +++ b/sys/boot/common/commands.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: commands.c,v 1.6 1998/10/21 20:07:04 msmith Exp $ + * $Id: commands.c,v 1.7 1998/10/31 02:53:09 msmith Exp $ */ #include @@ -384,7 +384,7 @@ command_read(int argc, char *argv[]) /* * List all disk-like devices */ -COMMAND_SET(lsdev, "lsdev", NULL, command_lsdev); +COMMAND_SET(lsdev, "lsdev", "list all devices", command_lsdev); static int command_lsdev(int argc, char *argv[]) @@ -422,3 +422,4 @@ command_lsdev(int argc, char *argv[]) pager_close(); return(CMD_OK); } + -- cgit v1.1