Skip to content

Commit 68d1330

Browse files
committed
Wiki/Usage: update paths in commands
The `CodeSniffer` directory is a directory from way back in PHPCS 2.0 and is not really relevant to these output examples anyway, so let's use more generic names.
1 parent 290bc40 commit 68d1330

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wiki/Usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ To enable progress reporting, use the `-p` command line argument.
217217
With progress output enabled, PHP_CodeSniffer will print a single-character status for each file being checked, like so:
218218

219219
```bash
220-
$ phpcs /path/to/code/CodeSniffer -p
220+
$ phpcs /path/to/project -p
221221

222222
...S........W.........S..................................... 60 / 110 (54%)
223223
..........EEEE.E.E.E.E.E.E.E.E..W..EEE.E.E.E.EE.E. 110 / 110 (100%)
@@ -242,7 +242,7 @@ Legend for the progress indicators:
242242
With verbose output enabled, PHP_CodeSniffer will print the file that it is checking, show you how many tokens and lines the file contains, and let you know how long it took to process. The output will look like this:
243243

244244
```bash
245-
$ phpcs /path/to/code/CodeSniffer -v
245+
$ phpcs /path/to/project -v
246246

247247
Registering sniffs in PEAR standard... DONE (28 sniffs registered)
248248
Creating file list... DONE (158 files in queue)

0 commit comments

Comments
 (0)