diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-12-02 04:35:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-12-02 04:35:50 +0000 |
commit | e2bb7a7a0bec939a5a8cde0e91895c2189abdc7f (patch) | |
tree | 4d6e7f0f85e64e6eed2cabad3baf84ac9a59bd1e /usr.sbin/apmd | |
parent | 6c67b830f6c0acee7f3b9904a4f5647b94ce7ba9 (diff) |
sync usage to man page
Diffstat (limited to 'usr.sbin/apmd')
-rw-r--r-- | usr.sbin/apmd/apmd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/apmd/apmd.c b/usr.sbin/apmd/apmd.c index 6aa6414c8b4..e23f0895d80 100644 --- a/usr.sbin/apmd/apmd.c +++ b/usr.sbin/apmd/apmd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: apmd.c,v 1.39 2005/12/02 04:27:52 beck Exp $ */ +/* $OpenBSD: apmd.c,v 1.40 2005/12/02 04:35:49 deraadt Exp $ */ /* * Copyright (c) 1995, 1996 John T. Kohl @@ -94,8 +94,8 @@ void usage(void) { fprintf(stderr, - "usage: %s [-ademps] [-f devname] [-S sockname] [-t seconds]" - " [-C | -A | -L | -H]\n", __progname); + "usage: %s [-AaCdeHLmps] [-f devname] [-S sockname] [-t seconds]\n", + __progname); exit(1); } |