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 mount_9p: add missing -u option to t...
details: https://anonhg.NetBSD.org/src/rev/a9b0e6aa4d0a
branches: trunk
changeset: 451386:a9b0e6aa4d0a
user: ozaki-r <ozaki-r%NetBSD.org@localhost>
date: Mon May 20 08:55:31 2019 +0000
description:
mount_9p: add missing -u option to the help message
diffstat:
usr.sbin/puffs/mount_9p/ninepuffs.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 68d0369b887d -r a9b0e6aa4d0a usr.sbin/puffs/mount_9p/ninepuffs.c
--- a/usr.sbin/puffs/mount_9p/ninepuffs.c Sun May 19 22:34:23 2019 +0000
+++ b/usr.sbin/puffs/mount_9p/ninepuffs.c Mon May 20 08:55:31 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ninepuffs.c,v 1.25 2019/05/17 08:48:04 ozaki-r Exp $ */
+/* $NetBSD: ninepuffs.c,v 1.26 2019/05/20 08:55:31 ozaki-r 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.25 2019/05/17 08:48:04 ozaki-r Exp $");
+__RCSID("$NetBSD: ninepuffs.c,v 1.26 2019/05/20 08:55:31 ozaki-r Exp $");
#endif /* !lint */
#include <sys/types.h>
@@ -58,7 +58,7 @@
usage(void)
{
- fprintf(stderr, "usage: %s [-s] [-o mntopts] [-p port] "
+ fprintf(stderr, "usage: %s [-su] [-o mntopts] [-p port] "
"[user@]server[:path] mountpoint\n", getprogname());
exit(1);
}
Home |
Main Index |
Thread Index |
Old Index