Add more options to help text
This commit is contained in:
parent
2fc988381d
commit
a4ca57203d
1 changed files with 10 additions and 1 deletions
11
src/main.c
11
src/main.c
|
@ -164,7 +164,16 @@ usage(const char *argv0)
|
|||
" it will allow world-wide administrative access\n"
|
||||
" to your Tvheadend installation until you edit\n"
|
||||
" the access-control from within the Tvheadend UI\n");
|
||||
printf(" -d Debug logging");
|
||||
printf(" -s Log debug to syslog\n");
|
||||
printf("\n");
|
||||
printf("Development options\n");
|
||||
printf("\n");
|
||||
printf(" -d Log debug to console\n");
|
||||
printf(" -j <id> Statically join the given transport id\n");
|
||||
printf(" -r <tsfile> Read the given transport stream file and present\n"
|
||||
" found services as channels\n");
|
||||
printf(" -A Immediately call abort()\n");
|
||||
|
||||
printf("\n");
|
||||
printf("For more information read the man page or visit\n");
|
||||
printf(" http://www.lonelycoder.com/hts/\n");
|
||||
|
|
Loading…
Add table
Reference in a new issue