Source-Changes-HG archive

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

[src/trunk]: src/bin/systrace Add -C to usage.



details:   https://anonhg.NetBSD.org/src/rev/5a12c4779d10
branches:  trunk
changeset: 555802:5a12c4779d10
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Nov 28 23:32:25 2003 +0000

description:
Add -C to usage.

diffstat:

 bin/systrace/systrace.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a9f56cf977f6 -r 5a12c4779d10 bin/systrace/systrace.c
--- a/bin/systrace/systrace.c   Fri Nov 28 23:32:02 2003 +0000
+++ b/bin/systrace/systrace.c   Fri Nov 28 23:32:25 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: systrace.c,v 1.24 2003/11/28 21:53:32 provos Exp $     */
+/*     $NetBSD: systrace.c,v 1.25 2003/11/28 23:32:25 wiz Exp $        */
 /*     $OpenBSD: systrace.c,v 1.32 2002/08/05 23:27:53 provos Exp $    */
 /*
  * Copyright 2002 Niels Provos <provos%citi.umich.edu@localhost>
@@ -418,7 +418,7 @@
 usage(void)
 {
        fprintf(stderr,
-           "Usage: systrace [-AaitUu] [-c uid:gid] [-d policydir] [-f file]\n"
+           "Usage: systrace [-AaCitUu] [-c uid:gid] [-d policydir] [-f file]\n"
            "\t [-g gui] [-p pid] command ...\n");
        exit(1);
 }



Home | Main Index | Thread Index | Old Index