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/8711fa5ca4f1
branches:  trunk
changeset: 828162:8711fa5ca4f1
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 73843e24e204 -r 8711fa5ca4f1 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