Skip to content

Commit 8b36016

Browse files
committed
Update CLI help text
1 parent 3f86853 commit 8b36016

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Examples:
5454
# configure the import root directory:
5555
$ suitcss --import-root src/css input.css output.css
5656
57-
# watch the input file for changes:
57+
# watch the input file and imports for changes:
5858
$ suitcss --watch input.css output.css
5959
6060
# configure postcss plugins with a config file:

bin/suitcss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ program.on('--help', function () {
3737
console.log(' # configure the import root directory:');
3838
console.log(' $ suitcss --import-root src/css input.css output.css');
3939
console.log();
40-
console.log(' # watch the input file for changes:');
40+
console.log(' # watch the input file and imports for changes:');
4141
console.log(' $ suitcss --watch input.css output.css');
4242
console.log();
4343
console.log(' # configure postcss plugins with a config file:');

0 commit comments

Comments
 (0)