diff src/cfgparser.c @ 181:863ac6807ee3

Changed to stdout stderr from the log output.
author Naoya OYAMA <naoya.oyama@gmail.com>
date Mon, 24 Feb 2014 23:51:52 +0900
parents e413158cae13
children
line wrap: on
line diff
--- a/src/cfgparser.c	Wed Dec 18 23:23:32 2013 +0900
+++ b/src/cfgparser.c	Mon Feb 24 23:51:52 2014 +0900
@@ -319,8 +319,6 @@
   printf (_("Options:\n"));
   printf (_(" -n, --name=NAME\tSet UPnP Friendly Name (default is '%s')\n"),
           DEFAULT_USHARE_NAME);
-  printf (_(" -i, --interface=IFACE\tUse IFACE Network Interface (default is '%s')\n"),
-          DEFAULT_USHARE_IFACE);
   printf (_(" -f, --cfg=FILE\t\tConfig file to be used\n"));
   printf (_(" -p, --port=PORT\tForces the HTTP server to run on PORT\n"));
   printf (_(" -q, --telnet-port=PORT\tForces the TELNET server to run on PORT\n"));