Skip to content

Commit

Permalink
Merge 176eded into d768037
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSapiens committed Aug 7, 2018
2 parents d768037 + 176eded commit c553d61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -67,7 +67,7 @@ If no input files are passed, it reads from stdin. If neither -o, --dir, or
If there are multiple input files, the --dir or --replace option must be passed.
Input files may contain globs (ie: src/**/*.css). If you pass an input directory, it will process
Input files may contain globs (e.g. src/**/*.css). If you pass an input directory, it will process
all files in the directory and any subdirectories, respecting the glob pattern.
```

Expand Down
2 changes: 1 addition & 1 deletion lib/args.js
Expand Up @@ -134,7 +134,7 @@ Usage:
If there are multiple input files, the --dir or --replace option must be passed.
Input files may contain globs (ie: src/**/*.css). If you pass an input directory, it will process all files in the directory and any subdirectories, respecting the glob pattern.
Input files may contain globs (e.g. src/**/*.css). If you pass an input directory, it will process all files in the directory and any subdirectories, respecting the glob pattern.
For more details, please see https://github.com/postcss/postcss-cli`
).argv

0 comments on commit c553d61

Please sign in to comment.