Browse Source

Docs: Clarified the script doc. [skip ci]

Piotrek Koszuliński 6 years ago
parent
commit
e455cd3640
1 changed files with 4 additions and 1 deletions
  1. 4 1
      scripts/clean-up-svg-icons.sh

+ 4 - 1
scripts/clean-up-svg-icons.sh

@@ -7,7 +7,10 @@
 # The configuration file is located in svgo.config.json.
 #
 # Usage:
-#	npm run clean-up-svg-icons path/to/icons/*.svg
+#	yarn run clean-up-svg-icons path/to/icons/foo.svg
+#
+# To optimize the entire project:
+#	yarn clean-up-svg-icons packages/**/theme/icons
 
 for i in "$@"
 do