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

@@ -19,7 +19,7 @@ class BuildService(CommandABC):
def help_message(self) -> str:
return textwrap.dedent("""\
Copies an python app into an output directory named build/ at the given output path. Must be executed within a CPL workspace or project directory
usage: cpl build
Usage: cpl build
""")
def run(self, args: list[str]):