From 0c3f9b9d297e55fd11a772bc13803362ea35e315 Mon Sep 17 00:00:00 2001 From: smeghead Date: Wed, 29 May 2024 21:04:50 +0900 Subject: [PATCH] fix: fix typo in help message. --- bin/php-class-diagram | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/php-class-diagram b/bin/php-class-diagram index 0b7d846..5b54b54 100755 --- a/bin/php-class-diagram +++ b/bin/php-class-diagram @@ -50,7 +50,7 @@ OPTIONS --disable-class-name-summary describe classname without Class summary of document comment. --php5 parse php source file as php5. --php7 parse php source file as php7. - --php8 parse php source file as php8. (not suppoted) + --php8 parse php source file as php8. (not supported) --header='header string' additional header string. You can specify multiple header values. --include='wildcard' include target file pattern. (default: `*.php`) You can specify multiple include patterns. --exclude='wildcard' exclude target file pattern. You can specify multiple exclude patterns.