Module Name: src
Committed By: maxv
Date: Wed Nov 8 18:31:00 UTC 2017
Modified Files:
src/sys/arch/i386/stand/boot: boot2.c
Log Message:
Add pkboot in "help".
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/sys/arch/i386/stand/boot/boot2.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/boot/boot2.c
diff -u src/sys/arch/i386/stand/boot/boot2.c:1.68 src/sys/arch/i386/stand/boot/boot2.c:1.69
--- src/sys/arch/i386/stand/boot/boot2.c:1.68 Wed Oct 11 09:53:14 2017
+++ src/sys/arch/i386/stand/boot/boot2.c Wed Nov 8 18:31:00 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: boot2.c,v 1.68 2017/10/11 09:53:14 maxv Exp $ */
+/* $NetBSD: boot2.c,v 1.69 2017/11/08 18:31:00 maxv Exp $ */
/*-
* Copyright (c) 2008, 2009 The NetBSD Foundation, Inc.
@@ -403,6 +403,7 @@ command_help(char *arg)
printf("commands are:\n"
"boot [xdNx:][filename] [-12acdqsvxz]\n"
" (ex. \"hd0a:netbsd.old -s\"\n"
+ "pkboot [xdNx:][filename] [-12acdqsvxz]\n"
#if LIBSA_ENABLE_LS_OP
"ls [path]\n"
#endif