aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Christopher Rosell <chrippa@tanuki.se>2012-08-27 11:45:23 +0200
committerGravatar Christopher Rosell <chrippa@tanuki.se>2012-08-27 11:45:23 +0200
commit2bf4a57b4402285d23a1e5ffe2f4c30f7d65ad9f (patch)
tree94b3b9b521903710a60628c0bda3acfce1b9967d /src
parentb854a388135782a80ce00329aa0f4e1e32d47bec (diff)
Make help for --rtmpdump more clear.
Diffstat (limited to 'src')
-rw-r--r--src/livestreamer/cli.py2
1 files changed, 1 insertions, 1 deletions
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",