From 7a5c5a5c58a42880275a8af68807549313d1aeac Mon Sep 17 00:00:00 2001 From: jcs Date: Tue, 2 Aug 2016 16:00:10 +0000 Subject: [PATCH] capitalize a question like all the others ok krw --- sbin/fdisk/cmd.c | 4 ++-- 1 file 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); -- 2.20.1