From 8fc5e360d34ff17a41fedda0e507f12013a03470 Mon Sep 17 00:00:00 2001 From: JarrodCColburn Date: Thu, 7 Jul 2022 17:49:45 -0500 Subject: [PATCH] fix: typo '--aac' not '-aac' usage example has 'aac' prefixed with single dash '-' (but should be double dashes '--') --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2df29d0..ee45eda 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Audible fails for some reason. ## Usage(s) ``` -bash AAXtoMP3 [-f|--flac] [-o|--opus] [-a|-aac] [-s|--single] [--level ] [-c|--chaptered] [-e:mp3] [-e:m4a] [-e:m4b] [-A|--authcode ] [-n|--no-clobber] [-t|--target_dir ] [-C|--complete_dir ] [-V|--validate] [--use-audible-cli-data]] [-d|--debug] [-h|--help] [--continue ] ... +bash AAXtoMP3 [-f|--flac] [-o|--opus] [-a|--aac] [-s|--single] [--level ] [-c|--chaptered] [-e:mp3] [-e:m4a] [-e:m4b] [-A|--authcode ] [-n|--no-clobber] [-t|--target_dir ] [-C|--complete_dir ] [-V|--validate] [--use-audible-cli-data]] [-d|--debug] [-h|--help] [--continue ] ... ``` or if you want to get guided through the options ```