capitalize a question like all the others
authorjcs <jcs@openbsd.org>
Tue, 2 Aug 2016 16:00:10 +0000 (16:00 +0000)
committerjcs <jcs@openbsd.org>
Tue, 2 Aug 2016 16:00:10 +0000 (16:00 +0000)
ok krw

sbin/fdisk/cmd.c

index a8ec083..0a78cf3 100644 (file)
@@ -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);