From 5a07e704ba588ce4f9bdecc37fcb0bdc58dce679 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Tue, 17 Jul 2012 21:39:05 +0200 Subject: [PATCH] miniupnpd/miniupnpd.c: spaces to tab to improve indentation consistency --- miniupnpd/miniupnpd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/miniupnpd/miniupnpd.c b/miniupnpd/miniupnpd.c index 6576441..f113b71 100644 --- a/miniupnpd/miniupnpd.c +++ b/miniupnpd/miniupnpd.c @@ -1210,8 +1210,8 @@ print_usage: "\t-T sets the tag name in pf.\n" #endif #ifdef ENABLE_NFQUEUE - "\t-Q sets the queue number that is used by NFQUEUE.\n" - "\t-n sets the name of the interface(s) that packets will arrive on.\n" + "\t-Q sets the queue number that is used by NFQUEUE.\n" + "\t-n sets the name of the interface(s) that packets will arrive on.\n" #endif "\t-h prints this help and quits.\n" "", argv[0], pidfilename, DEFAULT_CONFIG);