From 0996e4d982a2ed3a849b93d90d381ccc8cf2986f Mon Sep 17 00:00:00 2001 From: Will Beaufoy Date: Fri, 17 Apr 2020 20:59:12 +0100 Subject: [PATCH] [README.md] Clarify docs re: --exec command (closes #19087) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4f54a5240..3d77be37b 100644 --- a/README.md +++ b/README.md @@ -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 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)