summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/disks.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-05-28 20:28:15 +0000
committerjkh <jkh@FreeBSD.org>1995-05-28 20:28:15 +0000
commit3e10e5e8e29cd554d9c1e381f5c2fdba6c37fd05 (patch)
treec11d33606637260c1feea9de3c5031eb61a4e655 /usr.sbin/sysinstall/disks.c
parente74ca0f997a2cdc6719dfd635a04d1872eb11320 (diff)
downloadFreeBSD-src-3e10e5e8e29cd554d9c1e381f5c2fdba6c37fd05.zip
FreeBSD-src-3e10e5e8e29cd554d9c1e381f5c2fdba6c37fd05.tar.gz
Fix bogon I introduced into dist extraction code last night.
Update to Poul's latest gripe list fixes.
Diffstat (limited to 'usr.sbin/sysinstall/disks.c')
-rw-r--r--usr.sbin/sysinstall/disks.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/disks.c b/usr.sbin/sysinstall/disks.c
index cae942e..35a3e0e 100644
--- a/usr.sbin/sysinstall/disks.c
+++ b/usr.sbin/sysinstall/disks.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: disks.c,v 1.27 1995/05/22 14:10:12 jkh Exp $
+ * $Id: disks.c,v 1.28 1995/05/25 18:48:23 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -109,7 +109,7 @@ print_command_summary()
mvprintw(14, 0, "The following commands are supported (in upper or lower case):");
mvprintw(16, 0, "A = Use Entire Disk B = Bad Block Scan C = Create Partition");
mvprintw(17, 0, "D = Delete Partition G = Set BIOS Geometry S = Set Bootable");
- mvprintw(18, 0, "U = Undo All Changes W = `Wizard' Mode ESC = Exit this screen");
+ mvprintw(18, 0, "U = Undo All Changes ESC = Exit this screen");
mvprintw(20, 0, "The currently selected partition is displayed in ");
attrset(A_REVERSE); addstr("reverse"); attrset(A_NORMAL); addstr(" video.");
mvprintw(21, 0, "Use F1 or ? to get more help, arrow keys to move.");
OpenPOWER on IntegriCloud