From 2dfc9adfa03ffe04e15d2d00eeeddf0c313303ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sun, 23 Jun 2019 09:11:42 +0200 Subject: [PATCH] add language markers to readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d8c63b2..890ab5b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ pipe multiple invocations to create more complex operations. However, a single i An example invocation, used to adapt a full-length subtitle track to a shorter version of "Whisper of the Heart", looks like this: -``` +```bash srtune source.srt -o whisper.srt -M235=15:06.7 -M309=24:15 -M412=32:12 \ -M411=32:01 -M762=58:51 -M895=1:08:33 -M1125=1:26:28 -M01:44:22=01:41:37.3 ``` @@ -29,7 +29,7 @@ work out the right set of arguments. The flag '--renumber' will give each output note that, once renumbered, the indices in the output file should no longer be used in the command invocation, as there can be (and often will be) differences from the original file. -``` +```none USAGE: srtune [FLAGS] [OPTIONS] [--] [INFILE]