Skip to content

Commit 95f5da5

Browse files
committed
fix: add --svg-toprul to argument.
1 parent 4953924 commit 95f5da5

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
@@ -113,7 +113,7 @@ OPTIONS
113113
--hide-private hide private properties and methods.
114114
--hide-private-properties hide private properties.
115115
--hide-private-methods hide private methods.
116-
--svg-topurl specifies the top URL when displaying the class as a link when outputting in SVG format.
116+
--svg-topurl='url' Specifies the top URL when displaying the class as a link when outputting in SVG format.
117117
--header='header string' additional header string. You can specify multiple header values.
118118
--include='wildcard' include target file pattern. (default: `*.php`) You can specify multiple include patterns.
119119
--exclude='wildcard' exclude target file pattern. You can specify multiple exclude patterns.

bin/php-class-diagram

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ OPTIONS
6161
--hide-private hide private properties and methods.
6262
--hide-private-properties hide private properties.
6363
--hide-private-methods hide private methods.
64-
--svg-topurl Specifies the top URL when displaying the class as a link when outputting in SVG format.
64+
--svg-topurl='url' Specifies the top URL when displaying the class as a link when outputting in SVG format.
6565
--header='header string' additional header string. You can specify multiple header values.
6666
--include='wildcard' include target file pattern. (default: `*.php`) You can specify multiple include patterns.
6767
--exclude='wildcard' exclude target file pattern. You can specify multiple exclude patterns.

0 commit comments

Comments
 (0)