summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1999-01-09 02:34:48 +0000
committermsmith <msmith@FreeBSD.org>1999-01-09 02:34:48 +0000
commit4077891a70eb30bfeb2b64cd01182dffa502331e (patch)
treeaf1afbd146adce54f1b633915fb821e006ca6c65
parent89f98016b6c097270929cb59755918acc957d9ba (diff)
downloadFreeBSD-src-4077891a70eb30bfeb2b64cd01182dffa502331e.zip
FreeBSD-src-4077891a70eb30bfeb2b64cd01182dffa502331e.tar.gz
Add a description for 'lsdev' so that it shows up in the '?' display
-rw-r--r--sys/boot/common/commands.c5
1 files 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 <stand.h>
@@ -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);
}
+
OpenPOWER on IntegriCloud