Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/midiplay Sync usage with manpage.
details: https://anonhg.NetBSD.org/src/rev/63ae77bb4c5c
branches: trunk
changeset: 318680:63ae77bb4c5c
user: wiz <wiz%NetBSD.org@localhost>
date: Thu May 03 05:14:55 2018 +0000
description:
Sync usage with manpage.
diffstat:
usr.bin/midiplay/midiplay.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 8d4c59d04493 -r 63ae77bb4c5c usr.bin/midiplay/midiplay.c
--- a/usr.bin/midiplay/midiplay.c Thu May 03 05:13:20 2018 +0000
+++ b/usr.bin/midiplay/midiplay.c Thu May 03 05:14:55 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: midiplay.c,v 1.31 2018/05/03 01:12:57 mrg Exp $ */
+/* $NetBSD: midiplay.c,v 1.32 2018/05/03 05:14:55 wiz Exp $ */
/*
* Copyright (c) 1998, 2002 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: midiplay.c,v 1.31 2018/05/03 01:12:57 mrg Exp $");
+__RCSID("$NetBSD: midiplay.c,v 1.32 2018/05/03 05:14:55 wiz Exp $");
#endif
@@ -155,8 +155,8 @@
static void __attribute__((__noreturn__))
usage(void)
{
- fprintf(stderr, "usage: %s [-d unit] [-f file] [-l] [-m] [-p pgm] [-q] "
- "[-t %%tempo] [-v] [-x] [-s] [file ...]\n",
+ fprintf(stderr, "usage: %s [-lmqsvx] [-d devno] [-f file] "
+ "[-p pgm] [-t tempo] [file ...]\n",
getprogname());
exit(1);
}
Home |
Main Index |
Thread Index |
Old Index