diff options
author | Christopher Rosell <chrippa@tanuki.se> | 2012-08-27 11:45:23 +0200 |
---|---|---|
committer | Christopher Rosell <chrippa@tanuki.se> | 2012-08-27 11:45:23 +0200 |
commit | 2bf4a57b4402285d23a1e5ffe2f4c30f7d65ad9f (patch) | |
tree | 94b3b9b521903710a60628c0bda3acfce1b9967d | |
parent | b854a388135782a80ce00329aa0f4e1e32d47bec (diff) |
Make help for --rtmpdump more clear.
-rw-r--r-- | src/livestreamer/cli.py | 2 |
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", |