From: Mark Clarkstone Date: Fri, 6 Nov 2015 16:17:34 +0000 (+0000) Subject: Update main.c X-Git-Tag: v4.2.1~1589 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c075e8470caf513c4609a0af317452bf9a6d0a45;p=thirdparty%2Ftvheadend.git Update main.c --- diff --git a/src/main.c b/src/main.c index 986ef6e2c..dd8a023e1 100644 --- a/src/main.c +++ b/src/main.c @@ -727,7 +727,7 @@ main(int argc, char **argv) #if ENABLE_LIBAV { 0, "libav", N_("More verbose libav log"), OPT_BOOL, &opt_libav }, #endif - { 0, "uidebug", N_("Enable webui debug (non-minified JS)"), OPT_BOOL, &opt_uidebug }, + { 0, "uidebug", N_("Enable web UI debug (non-minified JS)"), OPT_BOOL, &opt_uidebug }, { 'A', "abort", N_("Immediately abort"), OPT_BOOL, &opt_abort }, { 'D', "dump", N_("Enable coredumps for daemon"), OPT_BOOL, &opt_dump }, { 0, "noacl", N_("Disable all access control checks"),