From 06d49e9f27078f3df2269268e5c7c37b59354db3 Mon Sep 17 00:00:00 2001 From: Marco Kellershoff Date: Wed, 3 Oct 2018 16:22:07 +0200 Subject: [PATCH] Fix --chaptered usage example The arguments `-aac` and `-em4b` did not exist. Just changed them to the according options: `--aac` and `-e:m4b`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce5714f..f9158cc 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ bash AAXtoMP3 [-f|--flac] [-o|--opus] [-a|-aac] [-s|--single] [-c|--chaptered] [ * **-e:m4a** Create a m4a audio file. This is identical to --aac * **-e:m4b** Create a m4b aduio file. This is the book version of the m4a format. * **-s** or **--single** Output a single file for the entire book. If you only want a single ogg file for instance. -* **-c** or **--chaptered** Output a single file per chapter. The --chaptered will only work if it follows the -aac -e:m4a -em4b options. +* **-c** or **--chaptered** Output a single file per chapter. The `--chaptered` will only work if it follows the `--aac -e:m4a -e:m4b` options. ### [AUTHCODE]