fix some strings and comments

This commit is contained in:
DavHau 2021-09-29 17:30:56 +01:00
parent 64c0b7036b
commit ed145173f5
2 changed files with 3 additions and 6 deletions

View File

@ -262,7 +262,7 @@ def parse_args():
list_parser.set_defaults(func=list_translators)
# PARSER FOR TRNASLATOR
# PARSER FOR TRANSLATOR
translate_parser = sub.add_parser(
"translate",
@ -280,7 +280,7 @@ def parse_args():
translate_parser.add_argument(
"-o", "--output",
help="output file/directory for the generic lock",
help="output file/directory for the dream.lock",
default="./dream.lock"
)

View File

@ -10,7 +10,7 @@ dream2nix_src = "./src"
class ContributeCommand(Command):
description = (
"Creates a basic <comment>pyproject.toml</> file in the current directory."
"Add a new module to dream2nix by initializing a template"
)
name = "contribute"
@ -32,9 +32,6 @@ class ContributeCommand(Command):
def handle(self):
module = self.option('module')
print(f"module: {module}")
if self.io.is_interactive():
self.line("")
self.line(