From 2d89a05982aa8396b3e8fa718708f470fce66cdc Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Wed, 10 Dec 2014 10:44:32 +0100 Subject: [PATCH] miniupnpd/miniupnpd.c: minor fixes in usage output --- miniupnpd/miniupnpd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/miniupnpd/miniupnpd.c b/miniupnpd/miniupnpd.c index 0263dba..35dd0ea 100644 --- a/miniupnpd/miniupnpd.c +++ b/miniupnpd/miniupnpd.c @@ -1498,9 +1498,9 @@ print_usage: "\t\t[-u uuid] [-s serial] [-m model_number] \n" "\t\t[-t notify_interval] [-P pid_filename] " #ifdef ENABLE_MANUFACTURER_INFO_CONFIGURATION - "[-z fiendly_name]\n" + "[-z fiendly_name]" #endif - "\t\t[-B down up] [-w url] [-r clean_ruleset_interval]\n" + "\n\t\t[-B down up] [-w url] [-r clean_ruleset_interval]\n" #ifdef USE_PF "\t\t[-q queue] [-T tag]\n" #endif @@ -1520,7 +1520,7 @@ print_usage: "\t-U causes miniupnpd to report system uptime instead " "of daemon uptime.\n" #ifdef ENABLE_NATPMP - "\t-N enable NAT-PMP functionality.\n" + "\t-N enables NAT-PMP functionality.\n" #endif "\t-B sets bitrates reported by daemon in bits per second.\n" "\t-w sets the presentation url. Default is http address on port 80\n"