sort boot flag to alphabetical order. add -c.

This commit is contained in:
itojun 2001-07-05 00:58:45 +00:00
parent 053f541c97
commit 1e8074db2e
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: main.c,v 1.27 2001/06/02 14:56:13 jdolecek Exp $ */
/* $NetBSD: main.c,v 1.28 2001/07/05 00:58:45 itojun Exp $ */
/*
* Copyright (c) 1996, 1997, 1999
@ -296,7 +296,7 @@ command_help(arg)
{
printf("commands are:\n"
"boot [xdNx:][filename] [-adsvq]\n"
"boot [xdNx:][filename] [-acdqsv]\n"
" (ex. \"hd0a:netbsd.old -s\"\n"
"ls [path]\n"
"dev xd[N[x]]:\n"

View File

@ -1,4 +1,4 @@
/* $NetBSD: main.c,v 1.17 2001/06/01 23:26:31 jdolecek Exp $ */
/* $NetBSD: main.c,v 1.18 2001/07/05 00:58:45 itojun Exp $ */
/*
* Copyright (c) 1996, 1997
@ -316,7 +316,7 @@ command_help(arg)
char *arg;
{
printf("commands are:\n"
"boot [xdNx:][filename] [-adsvq]\n"
"boot [xdNx:][filename] [-acdqsv]\n"
" (ex. \"sd0a:netbsd.old -s\"\n"
"ls [path]\n"
"mode ufs|dos\n"

View File

@ -1,4 +1,4 @@
/* $NetBSD: main.c,v 1.9 2001/06/27 22:58:32 soren Exp $ */
/* $NetBSD: main.c,v 1.10 2001/07/05 00:58:45 itojun Exp $ */
/*
* Copyright (c) 1996
@ -117,7 +117,7 @@ command_help(arg)
char *arg;
{
printf("commands are:\n"
"boot [filename] [-adsqv]\n"
"boot [filename] [-acdqsv]\n"
" (ex. \"netbsd.old -s\"\n"
"help|?\n"
"quit\n");