Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/mount_qemufwcfg Sync (dead) usage with man page.
details: https://anonhg.NetBSD.org/src/rev/b7c4149c6bb9
branches: trunk
changeset: 357861:b7c4149c6bb9
user: wiz <wiz%NetBSD.org@localhost>
date: Thu Nov 30 15:42:18 2017 +0000
description:
Sync (dead) usage with man page.
diffstat:
sbin/mount_qemufwcfg/fwcfg.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 6fb4632ead96 -r b7c4149c6bb9 sbin/mount_qemufwcfg/fwcfg.c
--- a/sbin/mount_qemufwcfg/fwcfg.c Thu Nov 30 15:26:54 2017 +0000
+++ b/sbin/mount_qemufwcfg/fwcfg.c Thu Nov 30 15:42:18 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fwcfg.c,v 1.4 2017/11/30 03:31:08 christos Exp $ */
+/* $NetBSD: fwcfg.c,v 1.5 2017/11/30 15:42:18 wiz Exp $ */
/*-
* Copyright (c) 2017 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: fwcfg.c,v 1.4 2017/11/30 03:31:08 christos Exp $");
+__RCSID("$NetBSD: fwcfg.c,v 1.5 2017/11/30 15:42:18 wiz Exp $");
#include <sys/ioctl.h>
@@ -212,8 +212,8 @@
static __dead void
usage(void)
{
- fprintf(stderr, "Usage: %s [-F <path>] [-g <gid>] [-m <file-mode>] "
- "[-M <dir-mode>] [-u <uid>] [<fuse-options>]", getprogname());
+ fprintf(stderr, "Usage: %s [-F path] [-g gid] [-M dir-mode] "
+ "[-m file-mode] [-u uid] [fuse-options]", getprogname());
exit(EXIT_FAILURE);
}
#endif
Home |
Main Index |
Thread Index |
Old Index