diff --git a/docs/USAGE.md b/docs/USAGE.md index 18d9e79..4834f25 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -102,105 +102,4 @@ ### Full help -``` -Usage: caesiumclt [OPTIONS] <--quality |--lossless|--max-size > <--output |--same-folder-as-input> [FILES]... - -Arguments: - [FILES]... - - -Options: - -q, --quality - sets output file quality between [0-100] - - --lossless - perform lossless compression - - --max-size - set the expected maximum output size in bytes - - --width - width of the output image, if height is not set will preserve aspect ratio - - --height - height of the output image, if width is not set will preserve aspect ratio - - --long-edge - sets the size of the longest edge of the image - - --short-edge - sets the size of the shortest edge of the image - - -o, --output - output folder - - --same-folder-as-input - sets the output folder to be the same as the input folder, overwrites original files - - --format - convert to the selected output format, or keep the original - - [default: original] - [possible values: jpeg, png, webp, tiff, original] - - --png-opt-level - select level for PNG optimization, between [0-6] - - [default: 3] - - --zopfli - use zopfli when optimizing PNG files (it may take a very long time to complete) - - -e, --exif - keeps EXIF info during compression - - --keep-dates - keep original file date information - - --suffix - add a suffix to the output filename - - -R, --recursive - if input is a folder, scan subfolders too - - -S, --keep-structure - keep the folder structure, can be used only with -R - - -d, --dry-run - do not write output files - - --threads - specify the number of parallel jobs (max is the number of processors available) - - [default: 0] - - -O, --overwrite - overwrite policy - - [default: all] - - Possible values: - - all: Always overwrite - - never: Never overwrite - - bigger: Overwrite only if the file to be overwritten is bigger - - -Q, --quiet - suppress all output - - --verbose - select how much output you want to see - - [default: progress] - - Possible values: - - quiet: Suppress all output - - progress: Show only progress and final results - - warnings-and-errors: Show also skipped and error messages - - all: Print all - - -h, --help - Print help (see a summary with '-h') - - -V, --version - Print version -``` \ No newline at end of file +Use `--help` to see the full list of options.