miniupnpd/miniupnpd.c: minor fixes in usage output
This commit is contained in:
parent
99a1bafc1f
commit
2d89a05982
|
@ -1498,9 +1498,9 @@ print_usage:
|
||||||
"\t\t[-u uuid] [-s serial] [-m model_number] \n"
|
"\t\t[-u uuid] [-s serial] [-m model_number] \n"
|
||||||
"\t\t[-t notify_interval] [-P pid_filename] "
|
"\t\t[-t notify_interval] [-P pid_filename] "
|
||||||
#ifdef ENABLE_MANUFACTURER_INFO_CONFIGURATION
|
#ifdef ENABLE_MANUFACTURER_INFO_CONFIGURATION
|
||||||
"[-z fiendly_name]\n"
|
"[-z fiendly_name]"
|
||||||
#endif
|
#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
|
#ifdef USE_PF
|
||||||
"\t\t[-q queue] [-T tag]\n"
|
"\t\t[-q queue] [-T tag]\n"
|
||||||
#endif
|
#endif
|
||||||
|
@ -1520,7 +1520,7 @@ print_usage:
|
||||||
"\t-U causes miniupnpd to report system uptime instead "
|
"\t-U causes miniupnpd to report system uptime instead "
|
||||||
"of daemon uptime.\n"
|
"of daemon uptime.\n"
|
||||||
#ifdef ENABLE_NATPMP
|
#ifdef ENABLE_NATPMP
|
||||||
"\t-N enable NAT-PMP functionality.\n"
|
"\t-N enables NAT-PMP functionality.\n"
|
||||||
#endif
|
#endif
|
||||||
"\t-B sets bitrates reported by daemon in bits per second.\n"
|
"\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"
|
"\t-w sets the presentation url. Default is http address on port 80\n"
|
||||||
|
|
Loading…
Reference in New Issue