diff options
Diffstat (limited to 'sys/kern/kern_shutdown.c')
| -rw-r--r-- | sys/kern/kern_shutdown.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/kern_shutdown.c b/sys/kern/kern_shutdown.c index 256d7bcb8e59..9263af987c56 100644 --- a/sys/kern/kern_shutdown.c +++ b/sys/kern/kern_shutdown.c @@ -390,7 +390,8 @@ shutdown_panic(void *junk, int howto) } else { /* zero time specified - reboot NOW */ return; } - printf("--> Press a key on the console to reboot <--\n"); + printf("--> Press a key on the console to reboot,\n"); + printf("--> or switch off the system now.\n"); cngetc(); } } |
