diff --git a/src/cli.ts b/src/cli.ts index 3c48e6a5..ed7dca62 100644 --- a/src/cli.ts +++ b/src/cli.ts @@ -182,10 +182,10 @@ commander 'Shows these specific definitions (class, interface or enum)', toArray, ) - .option('--showAssociations', 'Shows associations of classes') + .option('--showAssociations', 'Shows associations of definitions') .option( '--showInheritance', - 'Shows extensions and implementations of classes', + 'Shows extensions and implementations of definitions', ) .option('--showEnumValues', 'Show enum values') .option('--showProperties', 'Show attributes')