diff options
author | Sergey M․ <dstftw@gmail.com> | 2020-05-03 00:05:05 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2020-05-03 00:05:05 +0700 |
commit | 00a41ca4c32ff4b4b30c0bb6d9fbdf74d8230dc6 (patch) | |
tree | a39f9fdbaf86bf5f9bc1141c7ade9ae4941323bd /README.md | |
parent | 66f32ca0e1fbacdc4a61451c5496553439002bdb (diff) |
release 2020.05.032020.05.03
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -434,9 +434,9 @@ Alternatively, refer to the [developer instructions](#developer-instructions) fo either the path to the binary or its containing directory. --exec CMD Execute a command on the file after - downloading, similar to find's -exec - syntax. Example: --exec 'adb push {} - /sdcard/Music/ && rm {}' + downloading and post-processing, similar to + find's -exec syntax. Example: --exec 'adb + push {} /sdcard/Music/ && rm {}' --convert-subs FORMAT Convert the subtitles to other format (currently supported: srt|ass|vtt|lrc) |