Fixed typos

This commit is contained in:
2021-04-12 20:05:55 +02:00
parent 7eca382cb3
commit 8f3ee53915
12 changed files with 15 additions and 15 deletions

View File

@@ -60,13 +60,13 @@ class GenerateService(CommandABC):
def help_message(self) -> str:
return textwrap.dedent("""\
Generate a file based on schematic.
usage: cpl generate <schematic> <name>
Usage: cpl generate <schematic> <name>
arguments:
Arguments:
schematic: The schematic to generate.
name: The name of the generated file
schematics:
Schematics:
abc
class
enum