docs: add interface to definitions description

This commit is contained in:
Michel Jonathan Schmitz
2019-06-05 16:38:22 +02:00
parent 53e80476c8
commit 6e434145ba

View File

@@ -179,7 +179,7 @@ commander
.command('plantuml <srcPath> <plantumlserver>') .command('plantuml <srcPath> <plantumlserver>')
.option( .option(
'--definitions <definitions>', '--definitions <definitions>',
'Shows these specific definitions (class or enum)', 'Shows these specific definitions (class, interface or enum)',
toArray, toArray,
) )
.option('--showAssociations', 'Shows associations of classes') .option('--showAssociations', 'Shows associations of classes')