Module Name: src Committed By: yamt Date: Wed Mar 6 11:34:37 UTC 2013
Modified Files: src/sys/arch/i386/stand/pxeboot: main.c Log Message: update help To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/arch/i386/stand/pxeboot/main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/i386/stand/pxeboot/main.c diff -u src/sys/arch/i386/stand/pxeboot/main.c:1.29 src/sys/arch/i386/stand/pxeboot/main.c:1.30 --- src/sys/arch/i386/stand/pxeboot/main.c:1.29 Thu May 26 04:25:27 2011 +++ src/sys/arch/i386/stand/pxeboot/main.c Wed Mar 6 11:34:37 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.29 2011/05/26 04:25:27 uebayasi Exp $ */ +/* $NetBSD: main.c,v 1.30 2013/03/06 11:34:37 yamt Exp $ */ /* * Copyright (c) 1996 @@ -195,7 +195,7 @@ void command_help(char *arg) { printf("commands are:\n" - "boot [filename] [-adsqv]\n" + "boot [filename] [-acdsqv]\n" " (ex. \"netbsd.old -s\"\n" "consdev {pc|com[0123]|com[0123]kbd|auto}\n" "vesa {modenum|on|off|enabled|disabled|list}\n"