summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ancontrol
diff options
context:
space:
mode:
authorceri <ceri@FreeBSD.org>2004-11-03 20:45:52 +0000
committerceri <ceri@FreeBSD.org>2004-11-03 20:45:52 +0000
commit354fb223087c0d3265fc86cbcff5f7ded0985d39 (patch)
tree202d4f6e58ef45521abea102176249871092fb7d /usr.sbin/ancontrol
parent25b80a64b9fc30297401a041a69a8229872b01c4 (diff)
downloadFreeBSD-src-354fb223087c0d3265fc86cbcff5f7ded0985d39.zip
FreeBSD-src-354fb223087c0d3265fc86cbcff5f7ded0985d39.tar.gz
Allow the -f argument to work.
PR: bin/73229 Submitted by: Irina Liakh <spell at itl dot ua> MT4: 2 weeks MT5: After 5.3-RELEASE
Diffstat (limited to 'usr.sbin/ancontrol')
-rw-r--r--usr.sbin/ancontrol/ancontrol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ancontrol/ancontrol.c b/usr.sbin/ancontrol/ancontrol.c
index 69c38f8..6ff4912 100644
--- a/usr.sbin/ancontrol/ancontrol.c
+++ b/usr.sbin/ancontrol/ancontrol.c
@@ -1547,7 +1547,7 @@ main(int argc, char *argv[])
opterr = 1;
while ((ch = getopt(argc, argv,
- "ANISCTRht:a:e:o:s:n:v:d:j:b:c:r:p:w:m:l:k:K:W:QZM:L:")) != -1) {
+ "ANISCTRht:a:e:o:s:n:v:d:j:b:c:f:r:p:w:m:l:k:K:W:QZM:L:")) != -1) {
switch(ch) {
case 'Z':
#ifdef ANCACHE
OpenPOWER on IntegriCloud