From eeab8771e72d4c361ac8257a8db95d04a592a67f Mon Sep 17 00:00:00 2001
From: jlw4049 <jlw_4049@hotmail.com>
Date: Sun, 24 Mar 2024 17:08:29 -0400
Subject: [PATCH] refactor: update readme

---
 README.md | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 4d97a6b..4608186 100644
--- a/README.md
+++ b/README.md
@@ -1,23 +1,18 @@
 # AutoQPF-CLI
 
-usage: AutoQPF-CLI [-h] [-v] [-i INPUT [INPUT ...]] [-s] [-f FPS] [-a] [-c CHAPTER_CHUNKS] [-o OUTPUT]
-
 ```
+usage: AutoQPF-CLI [-h] [-v] [-i INPUT [INPUT ...]] [-s] [-f FPS] [-a]
+                   [-c CHAPTER_CHUNKS] [-o OUTPUT]
+
 options:
   -h, --help            show this help message and exit
-
   -v, --version         show program's version number and exit
-
   -i, --input, INPUT [INPUT ...]
                         Input file paths or directories
   -s, --staxrip-batch   If used, will auto create StaxRip temp directories with proper QPF files inside.
-
   -f, --fps, FPS        Define source file FPS.
-
   -a, --auto-fps        If used, will over ride any user fps input if the input file is a media file.
-
   -c, --chapter-chunks, CHAPTER_CHUNKS
                         If chapters are generated, sets the percentage of total duration they will be created for.
-
   -o, --output, OUTPUT  The output file path. Output will be put alongside input.
 ```