Module Name:    src
Committed By:   sevan
Date:           Mon Aug 27 15:50:39 UTC 2018

Modified Files:
        src/sbin/gpt: main.c

Log Message:
Add the -T flag to usage()


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sbin/gpt/main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/gpt/main.c
diff -u src/sbin/gpt/main.c:1.11 src/sbin/gpt/main.c:1.12
--- src/sbin/gpt/main.c:1.11	Mon Mar 19 09:06:20 2018
+++ src/sbin/gpt/main.c	Mon Aug 27 15:50:39 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: main.c,v 1.11 2018/03/19 09:06:20 mlelstv Exp $	*/
+/*	$NetBSD: main.c,v 1.12 2018/08/27 15:50:39 sevan Exp $	*/
 
 /*-
  * Copyright (c) 2002 Marcel Moolenaar
@@ -34,7 +34,7 @@
 
 #include <sys/cdefs.h>
 #ifdef __RCSID
-__RCSID("$NetBSD: main.c,v 1.11 2018/03/19 09:06:20 mlelstv Exp $");
+__RCSID("$NetBSD: main.c,v 1.12 2018/08/27 15:50:39 sevan Exp $");
 #endif
 
 #include <stdio.h>
@@ -105,7 +105,7 @@ usage(void)
 {
 	const char *p = getprogname();
 	const char *f =
-	    "[-nrqv] [-m mediasize] [-s sectorsize]";
+	    "[-nrqv] [-m mediasize] [-s sectorsize] [-T timestamp]";
 	size_t i;
 
 	if (strcmp(p, "gpt") == 0)

Reply via email to