diff options
author | Ismael Mejia <iemejia@gmail.com> | 2013-02-22 04:50:05 +0100 |
---|---|---|
committer | Filippo Valsorda <filippo.valsorda@gmail.com> | 2013-03-20 08:41:54 +0100 |
commit | 2a4093eaf3af07fa0a74926ce09cb49aba73017e (patch) | |
tree | 8c993997506e889bd2f3f72f2964aa32f5b5a848 /test/parameters.json | |
parent | 9e62bc443996c1950de0841997c76d110cb77c6e (diff) |
Added new option '--list-subs' to show the available subtitle languages
Diffstat (limited to 'test/parameters.json')
-rw-r--r-- | test/parameters.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/parameters.json b/test/parameters.json index 750b1c96e..96998b5c3 100644 --- a/test/parameters.json +++ b/test/parameters.json @@ -39,5 +39,6 @@ "writeinfojson": true, "writesubtitles": false, "onlysubtitles": false, - "allsubtitles": false + "allsubtitles": false, + "listssubtitles": false } |