summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/disks.c
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>2001-04-18 20:26:28 +0000
committerjoerg <joerg@FreeBSD.org>2001-04-18 20:26:28 +0000
commit66840d0239bb9bb90db5a378ef9c2bb0b296a4f6 (patch)
treefc06117018e63d6a584efbc5a50115bc3f83e8bf /usr.sbin/sade/disks.c
parente6ee97803e2e4bc2318d05d375cfafd22d4bc79c (diff)
downloadFreeBSD-src-66840d0239bb9bb90db5a378ef9c2bb0b296a4f6.zip
FreeBSD-src-66840d0239bb9bb90db5a378ef9c2bb0b296a4f6.tar.gz
``An undocumented feature is a bug.''
Turn on my asbesto suit, and document the DD and Wizard mode menu keys. It's a nuisance to always have to look them up in the source code when needed.
Diffstat (limited to 'usr.sbin/sade/disks.c')
-rw-r--r--usr.sbin/sade/disks.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/sade/disks.c b/usr.sbin/sade/disks.c
index 87709de..3886e0e 100644
--- a/usr.sbin/sade/disks.c
+++ b/usr.sbin/sade/disks.c
@@ -154,11 +154,11 @@ static void
print_command_summary()
{
mvprintw(14, 0, "The following commands are supported (in upper or lower case):");
- mvprintw(16, 0, "A = Use Entire Disk G = set Drive Geometry C = Create Slice");
- mvprintw(17, 0, "D = Delete Slice Z = Toggle Size Units S = Set Bootable");
- mvprintw(18, 0, "T = Change Type U = Undo All Changes Q = Finish");
+ mvprintw(16, 0, "A = Use Entire Disk G = set Drive Geometry C = Create Slice F = `DD' mode");
+ mvprintw(17, 0, "D = Delete Slice Z = Toggle Size Units S = Set Bootable | = Wizard m.");
+ mvprintw(18, 0, "T = Change Type U = Undo All Changes Q = Finish");
if (!RunningAsInit)
- mvprintw(18, 48, "W = Write Changes");
+ mvprintw(18, 47, "W = Write Changes");
mvprintw(21, 0, "Use F1 or ? to get more help, arrow keys to select.");
move(0, 0);
}
OpenPOWER on IntegriCloud