diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-06-26 10:46:56 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-06-26 10:46:56 +0000 |
commit | 3622d54be1210102a95ce77730e365ab84b4f147 (patch) | |
tree | 4fa1d4083fc81acddd2efca522d821047d4ef7ff /usr.sbin/popa3d/startup.c | |
parent | 390b08fb663efc1db71dbcd87a5bc83a3fa4b7cc (diff) |
- sort options
- add -46 to usage() and sync w/ SYNOPSIS
Diffstat (limited to 'usr.sbin/popa3d/startup.c')
-rw-r--r-- | usr.sbin/popa3d/startup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/popa3d/startup.c b/usr.sbin/popa3d/startup.c index 6b93e36a909..206fd41f955 100644 --- a/usr.sbin/popa3d/startup.c +++ b/usr.sbin/popa3d/startup.c @@ -1,4 +1,4 @@ -/* $OpenBSD: startup.c,v 1.3 2004/06/20 20:46:27 itojun Exp $ */ +/* $OpenBSD: startup.c,v 1.4 2004/06/26 10:46:55 jmc Exp $ */ /* * Command line option parsing. @@ -36,7 +36,7 @@ int af = PF_UNSPEC; static void usage(void) { - fprintf(stderr, "Usage: %s [-D] [-V]\n", progname); + fprintf(stderr, "Usage: %s [-46DV]\n", progname); exit(1); } |