From e43848ccc73dbbd6daf8d340afc6d77ec2548de4 Mon Sep 17 00:00:00 2001 From: Simon Arnell <14029547+simonarnell@users.noreply.github.com> Date: Mon, 2 Sep 2024 13:56:28 +0300 Subject: [PATCH] updated recursive usage example Fixes #2069 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b54b3a85..54a89885d 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,10 @@ Process single files: svgo one.svg two.svg -o one.min.svg two.min.svg ``` -Process a directory of files recursively with `-f`/`--folder`: +Process a directory of files recursively with `-r`/`--recursive` and `-f`/`--folder`: ```sh -svgo -f path/to/directory_with_svgs -o path/to/output_directory +svgo -rf path/to/directory_with_svgs -o path/to/output_directory ``` Help for advanced usage: