Browse Source

Reword 'make watch' help to make it more accurate

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
Maxime “pep” Buquet 6 years ago
parent
commit
6f8b5d104b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -56,7 +56,7 @@ help:
 	@echo " serve_bg        Same as \"serve\", but do it in the background"
 	@echo " stamp-npm       Install NPM dependencies"
 	@echo " stamp-bundler   Install Bundler (Ruby) dependencies"
-	@echo " watch           Tells Sass to watch the .scss files for changes and then automatically update the CSS files."
+	@echo " watch           Watch for changes on JS and scss files and automatically update the generated files."
 	@echo " logo            Generate PNG logos of multiple sizes."