Source-Changes-HG archive

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

[src/trunk]: src/sbin/mount_umap Sync usage with manpage.



details:   https://anonhg.NetBSD.org/src/rev/e12c70c2079d
branches:  trunk
changeset: 584262:e12c70c2079d
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Sep 11 23:40:54 2005 +0000

description:
Sync usage with manpage.

diffstat:

 sbin/mount_umap/mount_umap.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 84a4d249ffd9 -r e12c70c2079d sbin/mount_umap/mount_umap.c
--- a/sbin/mount_umap/mount_umap.c      Sun Sep 11 23:40:43 2005 +0000
+++ b/sbin/mount_umap/mount_umap.c      Sun Sep 11 23:40:54 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mount_umap.c,v 1.16 2005/02/05 15:14:25 xtraeme Exp $  */
+/*     $NetBSD: mount_umap.c,v 1.17 2005/09/11 23:40:54 wiz Exp $      */
 
 /*
  * Copyright (c) 1992, 1993, 1994
@@ -42,7 +42,7 @@
 #if 0
 static char sccsid[] = "@(#)mount_umap.c       8.5 (Berkeley) 4/26/95";
 #else
-__RCSID("$NetBSD: mount_umap.c,v 1.16 2005/02/05 15:14:25 xtraeme Exp $");
+__RCSID("$NetBSD: mount_umap.c,v 1.17 2005/09/11 23:40:54 wiz Exp $");
 #endif
 #endif /* not lint */
 
@@ -256,6 +256,6 @@
 usage(void)
 {
        (void)fprintf(stderr,
-"usage: mount_umap [-o options] -u usermap -g groupmap target_fs mount_point\n");
+"usage: mount_umap [-o options] -g groupmap -u usermap target_fs mount_point\n");
        exit(1);
 }



Home | Main Index | Thread Index | Old Index