Skip to content

Commit 06d948c

Browse files
committed
Updated documentation on README.
1 parent 3d7acda commit 06d948c

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,20 @@ sudo mv phpctags /usr/local/bin/
3232
Single file:
3333

3434
```
35-
phpctags phpfile.php > php.tags
35+
phpctags phpfile.php
36+
```
37+
38+
Tags will be written to a `tags` file. In order to specify a different tags file
39+
use the `-f` option:
40+
41+
```
42+
phpctags -f myphp.tags phpfile.php
3643
```
3744

3845
Directory with recursive option:
3946

4047
```
41-
phpctags -R target_directory > php.tags
48+
phpctags -f myphp.tags -R target_directory
4249
```
4350

4451
## Build

0 commit comments

Comments
 (0)