summaryrefslogtreecommitdiffstats
path: root/sbin/disklabel/editor.c
diff options
context:
space:
mode:
authorsobrado <sobrado@openbsd.org>2008-08-10 11:22:40 +0000
committersobrado <sobrado@openbsd.org>2008-08-10 11:22:40 +0000
commitdf72775822a342fd86eaf5c9068c9c519960cc3c (patch)
tree20a5173dc98f167fc1a41372307175b9006350c1 /sbin/disklabel/editor.c
parentPrepare for ehci: (diff)
downloadwireguard-openbsd-df72775822a342fd86eaf5c9068c9c519960cc3c.tar.xz
wireguard-openbsd-df72775822a342fd86eaf5c9068c9c519960cc3c.zip
add missing space.
ok krw@
Diffstat (limited to 'sbin/disklabel/editor.c')
-rw-r--r--sbin/disklabel/editor.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/disklabel/editor.c b/sbin/disklabel/editor.c
index 7845981351c..27877d5b722 100644
--- a/sbin/disklabel/editor.c
+++ b/sbin/disklabel/editor.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: editor.c,v 1.169 2008/08/10 02:03:06 krw Exp $ */
+/* $OpenBSD: editor.c,v 1.170 2008/08/10 11:22:40 sobrado 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.169 2008/08/10 02:03:06 krw Exp $";
+static char rcsid[] = "$OpenBSD: editor.c,v 1.170 2008/08/10 11:22:40 sobrado Exp $";
#endif /* not lint */
#include <sys/types.h>
@@ -1570,7 +1570,7 @@ editor_help(char *arg)
" 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"
+" 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"