summaryrefslogtreecommitdiff
path: root/sbin/disklabel
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2008-08-10 02:03:07 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2008-08-10 02:03:07 +0000
commitc9dedb03025fdb43082aaa5e12dbe3e8bd888fcd (patch)
treed152483e104fb349ccbac8b469424598b7f53b6f /sbin/disklabel
parent004a1297c6478e988afe6cc4e79359763f0197b4 (diff)
Shorten the lines of '?' output in edit mode. A couple were too
long (>76 chars) for the install script space on the CD jackets. Requested by deraadt@.
Diffstat (limited to 'sbin/disklabel')
-rw-r--r--sbin/disklabel/editor.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/sbin/disklabel/editor.c b/sbin/disklabel/editor.c
index 0f7852d048b..7845981351c 100644
--- a/sbin/disklabel/editor.c
+++ b/sbin/disklabel/editor.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: editor.c,v 1.168 2008/06/25 18:31:07 otto Exp $ */
+/* $OpenBSD: editor.c,v 1.169 2008/08/10 02:03:06 krw Exp $ */
/*
* Copyright (c) 1997-2000 Todd C. Miller <Todd.Miller@courtesan.com>
@@ -17,7 +17,7 @@
*/
#ifndef lint
-static char rcsid[] = "$OpenBSD: editor.c,v 1.168 2008/06/25 18:31:07 otto Exp $";
+static char rcsid[] = "$OpenBSD: editor.c,v 1.169 2008/08/10 02:03:06 krw Exp $";
#endif /* not lint */
#include <sys/types.h>
@@ -1563,16 +1563,16 @@ editor_help(char *arg)
default:
puts("Available commands:");
puts(
-" ? [command] - show help n [part] - set mount point\n"
-" a [part] - add partition p [unit] - print partitions\n"
-" b - set OpenBSD boundaries q - quit & save changes\n"
-" c [part] - change partition size r - display free space\n"
-" D - reset label to default s [path] - save label to file\n"
-" d [part] - delete partition u - undo last change\n"
-" e - edit drive parameters w - write label to disk\n"
-" g [d|u] - [d]isk or [u]ser geometry X - toggle expert mode\n"
-" l [unit] - print disk label header x - exit w/o saving changes\n"
-" M - disklabel(8) man page z - delete all partitions\n"
+" ? [command] - show help n [part] - set mount point\n"
+" a [part] - add partition p [unit] - print partitions\n"
+" b - set OpenBSD boundaries q - quit & save changes\n"
+" c [part] - change partition size r - display free space\n"
+" D - reset label to default s [path] - save label to file\n"
+" d [part] - delete partition u - undo last change\n"
+" e - edit drive parameters w - write label to disk\n"
+" g [d|u] - [d]isk or [u]ser geometry X - toggle expert mode\n"
+" l [unit] - print disk label header x - exit & lose changes\n"
+" M - disklabel(8) man page z - delete all partitions\n"
" m [part] - modify partition\n"
"\n"
"Suffixes can be used to indicate units other than sectors:\n"