]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Update main.c
authorMark Clarkstone <mpmc@users.noreply.github.com>
Fri, 6 Nov 2015 16:17:34 +0000 (16:17 +0000)
committerJaroslav Kysela <perex@perex.cz>
Tue, 10 Nov 2015 08:30:01 +0000 (09:30 +0100)
src/main.c

index 986ef6e2c3a7cf1babb826f246f27d6e7b8b6ef0..dd8a023e178e61b235863d4be414ef576e95d285 100644 (file)
@@ -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"),