diff options
author | 2008-08-25 11:56:12 +0000 | |
---|---|---|
committer | 2008-08-25 11:56:12 +0000 | |
commit | fadd8cba1ba5aa0c0fa0f82adb53e11e1baf9d98 (patch) | |
tree | f8adc0009efae2b91771d4a5585af4bc4a996a00 | |
parent | If partoffp is non-NULL then readdoslabel() is just looking for the (diff) | |
download | wireguard-openbsd-fadd8cba1ba5aa0c0fa0f82adb53e11e1baf9d98.tar.xz wireguard-openbsd-fadd8cba1ba5aa0c0fa0f82adb53e11e1baf9d98.zip |
minor tweak for removal of "[-d devel]" (change done in r1.19 and r1.21).
ok ratchov@
-rw-r--r-- | usr.bin/aucat/aucat.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/aucat/aucat.c b/usr.bin/aucat/aucat.c index 17c8d87500b..9ad9eec6373 100644 --- a/usr.bin/aucat/aucat.c +++ b/usr.bin/aucat/aucat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aucat.c,v 1.26 2008/08/14 09:58:55 ratchov Exp $ */ +/* $OpenBSD: aucat.c,v 1.27 2008/08/25 11:56:12 sobrado Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -136,10 +136,10 @@ usage(void) extern char *__progname; fprintf(stderr, - "usage: %s [-qu] [-C min:max] [-c min:max] [-d level] " - "[-E enc] [-e enc]\n" - "\t[-f device] [-H fmt] [-h fmt] [-i file] [-o file] [-R rate]\n" - "\t[-r rate] [-X policy] [-x policy]\n", + "usage: %s [-qu] [-C min:max] [-c min:max] [-E enc] [-e enc] " + "[-f device]\n" + "\t[-H fmt] [-h fmt] [-i file] [-o file] [-R rate] [-r rate]\n" + "\t[-X policy] [-x policy]\n", __progname); } |