Skip to content

Commit b8e803b

Browse files
committed
fix: adjust document indent.
1 parent 70cff60 commit b8e803b

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
@@ -119,7 +119,7 @@ OPTIONS
119119
--header='header string' additional header string. You can specify multiple header values.
120120
--include='wildcard' include target file pattern. (default: `*.php`) You can specify multiple include patterns.
121121
--exclude='wildcard' exclude target file pattern. You can specify multiple exclude patterns.
122-
--rel-target-from='classes' comma separated list of classes to filter dependencies from
122+
--rel-target-from='classes' comma separated list of classes to filter dependencies from
123123
--rel-target-to='classes' comma separated list of classes to filter dependencies to
124124
--rel-target='classes' comma separated list of classes to filter dependencies from or to. this option overrides
125125
--rel-target-from and --rel-target-to if set.

bin/php-class-diagram

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ OPTIONS
6969
--header='header string' additional header string. You can specify multiple header values.
7070
--include='wildcard' include target file pattern. (default: `*.php`) You can specify multiple include patterns.
7171
--exclude='wildcard' exclude target file pattern. You can specify multiple exclude patterns.
72-
--rel-target-from='classes' comma separated list of classes to filter dependencies from
72+
--rel-target-from='classes' comma separated list of classes to filter dependencies from
7373
--rel-target-to='classes' comma separated list of classes to filter dependencies to
7474
--rel-target='classes' comma separated list of classes to filter dependencies from or to. this option overrides
7575
--rel-target-from and --rel-target-to if set.

0 commit comments

Comments
 (0)