Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update main.c
  • Loading branch information
mpmc authored and perexg committed Nov 10, 2015
1 parent a5b6910 commit c075e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Expand Up @@ -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"),
Expand Down

0 comments on commit c075e84

Please sign in to comment.