summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjcs <jcs@openbsd.org>2016-08-02 16:00:10 +0000
committerjcs <jcs@openbsd.org>2016-08-02 16:00:10 +0000
commit7a5c5a5c58a42880275a8af68807549313d1aeac (patch)
tree9c7e2b66bf9038cf4bdf0fd1733d9e113e1c5968
parentRevert previous since it adds new symbols. (diff)
downloadwireguard-openbsd-7a5c5a5c58a42880275a8af68807549313d1aeac.tar.xz
wireguard-openbsd-7a5c5a5c58a42880275a8af68807549313d1aeac.zip
capitalize a question like all the others
ok krw
-rw-r--r--sbin/fdisk/cmd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/fdisk/cmd.c b/sbin/fdisk/cmd.c
index a8ec0832b00..0a78cf35fdd 100644
--- a/sbin/fdisk/cmd.c
+++ b/sbin/fdisk/cmd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmd.c,v 1.95 2016/03/30 23:40:54 krw Exp $ */
+/* $OpenBSD: cmd.c,v 1.96 2016/08/02 16:00:10 jcs Exp $ */
/*
* Copyright (c) 1997 Tobias Weingartner
@@ -195,7 +195,7 @@ Xgedit(char *args)
gg->gp_lba_start = htole64(bs);
gg->gp_lba_end = htole64(bs + ns - 1);
- name = ask_string("partition name", utf16le_to_string(gg->gp_name));
+ name = ask_string("Partition name", utf16le_to_string(gg->gp_name));
if (strlen(name) >= GPTPARTNAMESIZE) {
printf("partition name must be < %d characters\n",
GPTPARTNAMESIZE);