diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-04-05 07:14:01 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-04-05 07:14:01 +0000 |
commit | 1cd9c2f75f9cf766a443447e4cefada7e74d7c15 (patch) | |
tree | 46e034315184e57962e62ecac1f75baa17efd40a /sbin/ipsecctl/ipsecctl.c | |
parent | db4b6c12f8e159db5abd987c93aa842eb567f86a (diff) |
cleanup; ok hshoexer@
Diffstat (limited to 'sbin/ipsecctl/ipsecctl.c')
-rw-r--r-- | sbin/ipsecctl/ipsecctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipsecctl/ipsecctl.c b/sbin/ipsecctl/ipsecctl.c index a87b919217c..e8fbab5af79 100644 --- a/sbin/ipsecctl/ipsecctl.c +++ b/sbin/ipsecctl/ipsecctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipsecctl.c,v 1.2 2005/04/04 22:22:55 hshoexer Exp $ */ +/* $OpenBSD: ipsecctl.c,v 1.3 2005/04/05 07:14:00 jmc Exp $ */ /* * Copyright (c) 2004, 2005 Hans-Joerg Hoexer <hshoexer@openbsd.org> * @@ -347,7 +347,7 @@ usage(void) { extern char *__progname; - fprintf(stderr, "usage: %s [-Fhnvs] [-f file]\n", __progname); + fprintf(stderr, "usage: %s [-Fhnsv] [-f file]\n", __progname); exit(1); } |