Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/fdisk Add missing -z flag to usage()



details:   https://anonhg.NetBSD.org/src/rev/ca7fcde3bbea
branches:  trunk
changeset: 835420:ca7fcde3bbea
user:      sevan <sevan%NetBSD.org@localhost>
date:      Mon Aug 27 14:55:46 2018 +0000

description:
Add missing -z flag to usage()

diffstat:

 sbin/fdisk/fdisk.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r e5984e4c3800 -r ca7fcde3bbea sbin/fdisk/fdisk.c
--- a/sbin/fdisk/fdisk.c        Mon Aug 27 14:54:32 2018 +0000
+++ b/sbin/fdisk/fdisk.c        Mon Aug 27 14:55:46 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fdisk.c,v 1.154 2017/10/02 22:02:05 joerg Exp $ */
+/*     $NetBSD: fdisk.c,v 1.155 2018/08/27 14:55:46 sevan Exp $ */
 
 /*
  * Mach Operating System
@@ -39,7 +39,7 @@
 #include <sys/cdefs.h>
 
 #ifndef lint
-__RCSID("$NetBSD: fdisk.c,v 1.154 2017/10/02 22:02:05 joerg Exp $");
+__RCSID("$NetBSD: fdisk.c,v 1.155 2018/08/27 14:55:46 sevan Exp $");
 #endif /* not lint */
 
 #define MBRPTYPENAMES
@@ -668,7 +668,7 @@
                "[-s [id][/[start][/[size][/bootmenu]]]] \\\n"
                "%*s[-t disktab] [-T disktype] \\\n"
                "%*s[-c bootcode] "
-               "[-r|-w file] [device]\n"
+               "[-r|-w file] [-z sectorsize] [device]\n"
                "\t-a change active partition\n"
                "\t-f force - not interactive\n"
                "\t-i initialise MBR code\n"



Home | Main Index | Thread Index | Old Index