Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/puffs/mount_9p Add -46 to usage.



details:   https://anonhg.NetBSD.org/src/rev/94dd77b1c802
branches:  trunk
changeset: 934518:94dd77b1c802
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Jun 13 16:56:46 2020 +0000

description:
Add -46 to usage.

diffstat:

 usr.sbin/puffs/mount_9p/ninepuffs.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 7f150e5adf6c -r 94dd77b1c802 usr.sbin/puffs/mount_9p/ninepuffs.c
--- a/usr.sbin/puffs/mount_9p/ninepuffs.c       Sat Jun 13 16:51:59 2020 +0000
+++ b/usr.sbin/puffs/mount_9p/ninepuffs.c       Sat Jun 13 16:56:46 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ninepuffs.c,v 1.30 2020/06/13 13:45:06 uwe Exp $       */
+/*     $NetBSD: ninepuffs.c,v 1.31 2020/06/13 16:56:46 wiz Exp $       */
 
 /*
  * Copyright (c) 2007  Antti Kantee.  All Rights Reserved.
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: ninepuffs.c,v 1.30 2020/06/13 13:45:06 uwe Exp $");
+__RCSID("$NetBSD: ninepuffs.c,v 1.31 2020/06/13 16:56:46 wiz Exp $");
 #endif /* !lint */
 
 #include <sys/types.h>
@@ -59,9 +59,9 @@
 usage(void)
 {
 
-       fprintf(stderr, "usage: %s [-su] [-o mntopts] [-p port] "
+       fprintf(stderr, "usage: %s [-46su] [-o mntopts] [-p port] "
            "[user@]server[:path] mountpoint\n", getprogname());
-       fprintf(stderr, "       %s -c [-su] [-o mntopts] devfile mountpoint\n",
+       fprintf(stderr, "       %s -c [-46su] [-o mntopts] devfile mountpoint\n",
            getprogname());
        exit(1);
 }



Home | Main Index | Thread Index | Old Index