From 2bf4a57b4402285d23a1e5ffe2f4c30f7d65ad9f Mon Sep 17 00:00:00 2001 From: Christopher Rosell Date: Mon, 27 Aug 2012 11:45:23 +0200 Subject: Make help for --rtmpdump more clear. --- src/livestreamer/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/livestreamer/cli.py b/src/livestreamer/cli.py index 396b8b2..a36c837 100644 --- a/src/livestreamer/cli.py +++ b/src/livestreamer/cli.py @@ -62,7 +62,7 @@ pluginopt.add_argument("-c", "--cmdline", action="store_true", pluginopt.add_argument("-e", "--errorlog", action="store_true", help="Log possible errors from internal command-line to a temporary file, use when debugging") pluginopt.add_argument("-r", "--rtmpdump", metavar="path", - help="Specify location of rtmpdump") + help="Specify location of rtmpdump executable, eg. /usr/local/bin/rtmpdump") pluginopt.add_argument("-j", "--jtv-cookie", metavar="cookie", help="Specify JustinTV cookie to allow access to subscription channels") pluginopt.add_argument("--gomtv-cookie", metavar="cookie", -- cgit v1.2.3