From 8f08eeaa4c4bc3ae44d7b6f910d33e1d9fc5771b Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 3 Feb 2024 15:47:44 +0000 Subject: [PATCH] sync usage with man page --- sbin/mount_cd9660/mount_cd9660.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sbin/mount_cd9660/mount_cd9660.c b/sbin/mount_cd9660/mount_cd9660.c index 71711006eb6c..bf1675cbdb62 100644 --- a/sbin/mount_cd9660/mount_cd9660.c +++ b/sbin/mount_cd9660/mount_cd9660.c @@ -1,4 +1,4 @@ -/* $NetBSD: mount_cd9660.c,v 1.34 2024/02/02 20:27:26 christos Exp $ */ +/* $NetBSD: mount_cd9660.c,v 1.35 2024/02/03 15:47:44 wiz Exp $ */ /* * Copyright (c) 1992, 1993, 1994 @@ -46,7 +46,7 @@ __COPYRIGHT("@(#) Copyright (c) 1992, 1993, 1994\ #if 0 static char sccsid[] = "@(#)mount_cd9660.c 8.7 (Berkeley) 5/1/95"; #else -__RCSID("$NetBSD: mount_cd9660.c,v 1.34 2024/02/02 20:27:26 christos Exp $"); +__RCSID("$NetBSD: mount_cd9660.c,v 1.35 2024/02/03 15:47:44 wiz Exp $"); #endif #endif /* not lint */ @@ -228,6 +228,6 @@ static void usage(void) { (void)fprintf(stderr, - "usage: %s [-o options] special node\n", getprogname()); + "usage: %s [-G gid] [-M mask] [-m mask] [-o options] [-U uid] special node\n", getprogname()); exit(1); }