From a4ca57203de23e25cde4a3e1324a03cf337df5b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Mon, 25 Jan 2010 19:08:30 +0000 Subject: [PATCH] Add more options to help text --- src/main.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 52481b48..c0a5d25c 100644 --- a/src/main.c +++ b/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 Statically join the given transport id\n"); + printf(" -r 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");