diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/systrace/systrace.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/systrace/systrace.c b/bin/systrace/systrace.c index daad56032bf..37671b5f1e4 100644 --- a/bin/systrace/systrace.c +++ b/bin/systrace/systrace.c @@ -1,4 +1,4 @@ -/* $OpenBSD: systrace.c,v 1.6 2002/06/04 19:50:12 provos Exp $ */ +/* $OpenBSD: systrace.c,v 1.7 2002/06/04 19:58:46 provos Exp $ */ /* * Copyright 2002 Niels Provos <provos@citi.umich.edu> * All rights reserved. @@ -325,7 +325,8 @@ systrace_initcb(void) void usage(void) { - fprintf(stderr, "Usage: systrace [-ait] [-f policy] command ...\n"); + fprintf(stderr, + "Usage: systrace [-ait] [-g gui] [-f policy] command ...\n"); exit(1); } |