From 404c9ce5162e122a0ee78494b3723c921b6eee0d Mon Sep 17 00:00:00 2001 From: Jessie Wilson <48299282+jlw4049@users.noreply.github.com> Date: Sun, 23 Jul 2023 01:45:43 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 41e0099..8fe511c 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,19 @@ usage: AutoQPF-CLI [-h] [-v] [-i INPUT [INPUT ...]] [-s] [-f FPS] [-a] [-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. + -o, --output, OUTPUT The output file path. Output will be put alongside input. +