diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-02-25 23:32:56 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-02-25 23:32:56 +0000 |
commit | 3595964c99622a467783c93e8c5a341b42d0e3e6 (patch) | |
tree | 6f59f87f1ae9bd413122a5befee1598cf43facdb /usr.sbin | |
parent | 3aece464217bf99e324f6e08e0755b193eb4a274 (diff) |
support -M and -N; jeff@cepheid.org
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/trpt/trpt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/trpt/trpt.c b/usr.sbin/trpt/trpt.c index 0ab9bff705f..e728f52c5c5 100644 --- a/usr.sbin/trpt/trpt.c +++ b/usr.sbin/trpt/trpt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trpt.c,v 1.7 1998/07/08 22:13:32 deraadt Exp $ */ +/* $OpenBSD: trpt.c,v 1.8 2000/02/25 23:32:55 deraadt Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -153,7 +153,7 @@ main(argc, argv) system = core = NULL; jflag = npcbs = 0; - while ((ch = getopt(argc, argv, "afjp:st")) != -1) { + while ((ch = getopt(argc, argv, "afjM:N:p:st")) != -1) { switch (ch) { case 'a': ++aflag; |