Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sbin/gpt/main.c,v rcsdiff: /ftp/cvs/cvsroot/src/sbin/gpt/main.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.10.4.2 retrieving revision 1.11 diff -u -p -r1.10.4.2 -r1.11 --- src/sbin/gpt/main.c 2018/08/28 13:21:42 1.10.4.2 +++ src/sbin/gpt/main.c 2018/03/19 09:06:20 1.11 @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.10.4.2 2018/08/28 13:21:42 martin Exp $ */ +/* $NetBSD: main.c,v 1.11 2018/03/19 09:06:20 mlelstv Exp $ */ /*- * Copyright (c) 2002 Marcel Moolenaar @@ -34,7 +34,7 @@ #include #ifdef __RCSID -__RCSID("$NetBSD: main.c,v 1.10.4.2 2018/08/28 13:21:42 martin Exp $"); +__RCSID("$NetBSD: main.c,v 1.11 2018/03/19 09:06:20 mlelstv Exp $"); #endif #include @@ -105,7 +105,7 @@ usage(void) { const char *p = getprogname(); const char *f = - "[-nrqv] [-m mediasize] [-s sectorsize] [-T timestamp]"; + "[-nrqv] [-m mediasize] [-s sectorsize]"; size_t i; if (strcmp(p, "gpt") == 0)