]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
mdhelp: update cmdline_options
authorMark Clarkstone <hello@markclarkstone.co.uk>
Sat, 13 Aug 2016 14:56:42 +0000 (15:56 +0100)
committerJaroslav Kysela <perex@perex.cz>
Wed, 17 Aug 2016 12:29:41 +0000 (14:29 +0200)
docs/markdown/cmdline_options.md

index 14a36c6c4d3aac164b27634cfc81bc373d8894f8..6ce8370acf2c6735d4039eb0885d6bdaa4fdf61b 100644 (file)
@@ -2,72 +2,65 @@
 
 Usage: `tvheadend [OPTIONS]`
 
-###Generic Options
+###Generic options
 
-```no-highlight
--h, --help                  Show this page
--v, --version               Show version infomation
 ```
-
-###Service Configuration
-
-```no-highlight
--c, --config                Alternate config path
--B, --nobackup              Do not backup config tree at upgrade
--f, --fork                  Fork and run as daemon
--u, --user                  Run as user
--g, --group                 Run as group
--p, --pid                   Alternate pid path
--C, --firstrun              If no user account exists then create one with
-                            no username and no password. Use with care as
-                            it will allow world-wide administrative access
-                            to your Tvheadend installation until you edit
-                            the access-control from within the Tvheadend UI
--U, --dbus                  Enable DBus
--e, --dbus_session          DBus - use the session message bus instead system one
--a, --adapters              Only use specified DVB adapters (comma separated)
-    --satip_rtsp            SAT>IP RTSP port number for server
-                            (default: -1 = disable, 0 = webconfig, standard port is 554)
-    --satip_xml             URL with the SAT>IP server XML location
+  -h, --help                  Show this page
+  -v, --version               Show version information
 ```
-
-###Server Connectivity
-
-```no-highlight
--6, --ipv6                  Listen on IPv6
--b, --bindaddr              Specify bind address
-    --http_port             Specify alternative http port
-    --http_root             Specify alternative http webroot
-    --htsp_port             Specify alternative htsp port
-    --htsp_port2            Specify extra htsp port
-    --useragent             Specify User-Agent header for the http client
-    --xspf                  Use xspf playlist instead M3U
+###Service configuration
 ```
-
-###Debug Options
-
-```ini
--d, --stderr                Enable debug on stderr
--n, --nostderr              Disable debug on stderr
--s, --syslog                Enable debug to syslog
--S, --nosyslog              Disable syslog (all msgs)
--l, --logfile               Enable debug to file
-    --debug                 Enable debug subsystems
-    --trace                 Enable trace subsystems
-    --fileline              Add file and line numbers to debug
-    --threadid              Add the thread ID to debug
-    --libav                 More verbose libav log
-    --uidebug               Enable webUI debug (non-minified JS)
--A, --abort                 Immediately abort
--D, --dump                  Enable coredumps for daemon
-    --noacl                 Disable all access control checks
-    --nobat                 Disable DVB bouquets
--j, --join                  Subscribe to a service permanently
+  -c, --config                Alternate configuration path
+  -B, --nobackup              Don't backup configuration tree at upgrade
+  -f, --fork                  Fork and run as daemon
+  -u, --user                  Run as user
+  -g, --group                 Run as group
+  -p, --pid                   Alternate PID path
+  -C, --firstrun              If no user account exists then create one with
+                              no username and no password. Use with care as
+                              it will allow world-wide administrative access
+                              to your Tvheadend installation until you create or edit
+                              the access control from within the Tvheadend web interface.
+  -U, --dbus                  Enable DBus
+  -e, --dbus_session          DBus - use the session message bus instead of the system one
+  -a, --adapters              Only use specified DVB adapters (comma-separated, -1 = none)
+      --satip_bindaddr        Specify bind address for SAT>IP server
+      --satip_rtsp            SAT>IP RTSP port number for server
+                              (default: -1 = disable, 0 = webconfig, standard port is 554)
+      --nosatip               Disable SAT>IP client
+      --satip_xml             URL with the SAT>IP server XML location
 ```
-
-###Testing Options
-
-```no-highlight
---tsfile_tuners         Number of tsfile tuners
---tsfile                tsfile input (mux file)
+###Server connectivity
+```
+  -6, --ipv6                  Listen on IPv6
+  -b, --bindaddr              Specify bind address
+      --http_port             Specify alternative http port
+      --http_root             Specify alternative http webroot
+      --htsp_port             Specify alternative htsp port
+      --htsp_port2            Specify extra htsp port
+      --useragent             Specify User-Agent header for the http client
+      --xspf                  Use XSPF playlist instead of M3U
+```
+###Debug options
+```
+  -d, --stderr                Enable debug on stderr
+  -n, --nostderr              Disable debug on stderr
+  -s, --syslog                Enable debug to syslog
+  -S, --nosyslog              Disable syslog (all messages)
+  -l, --logfile               Enable debug to file
+      --debug                 Enable debug subsystems
+      --trace                 Enable trace subsystems
+      --fileline              Add file and line numbers to debug
+      --threadid              Add the thread ID to debug
+      --uidebug               Enable web UI debug (non-minified JS)
+  -A, --abort                 Immediately abort
+  -D, --dump                  Enable coredumps for daemon
+      --noacl                 Disable all access control checks
+      --nobat                 Disable DVB bouquets
+  -j, --join                  Subscribe to a service permanently
+```
+###Testing options
+```
+      --tsfile_tuners         Number of tsfile tuners
+      --tsfile                tsfile input (mux file)
 ```