diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-10-01 16:28:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-10-01 16:28:34 +0000 |
commit | f5bacc97dd694ed103d44f148af9ba3de3319ef1 (patch) | |
tree | 4035814b572e981af7955bb137fa780b5ac046bb /sbin/disklabel/editor.c | |
parent | af67ef2be4b69cb64678953d9eaec03374187b55 (diff) |
There is no -F flag, it is -f; spotted by tasm.devil@googlemail
Diffstat (limited to 'sbin/disklabel/editor.c')
-rw-r--r-- | sbin/disklabel/editor.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/disklabel/editor.c b/sbin/disklabel/editor.c index c69835eeab9..e5b8a26b2ef 100644 --- a/sbin/disklabel/editor.c +++ b/sbin/disklabel/editor.c @@ -1,4 +1,4 @@ -/* $OpenBSD: editor.c,v 1.221 2009/08/12 20:01:54 deraadt Exp $ */ +/* $OpenBSD: editor.c,v 1.222 2009/10/01 16:28:33 deraadt 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.221 2009/08/12 20:01:54 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: editor.c,v 1.222 2009/10/01 16:28:33 deraadt Exp $"; #endif /* not lint */ #include <sys/types.h> @@ -1685,7 +1685,7 @@ editor_help(char *arg) "The 'n' command is used to set the mount point for a partition (ie: name it).\n" "It takes as an optional argument the partition letter to name. If you do\n" "not specify a partition letter, you will be prompted for one. This option\n" -"is only valid if disklabel was invoked with the -F flag.\n"); +"is only valid if disklabel was invoked with the -f flag.\n"); break; case 'r': puts( |