Skip to content
Snippets Groups Projects
Commit 269a04bf authored by Nicolas  MAILLET's avatar Nicolas MAILLET
Browse files

Typo in help

parent 24882e39
No related branches found
No related tags found
No related merge requests found
...@@ -232,11 +232,11 @@ def main(): ...@@ -232,11 +232,11 @@ def main():
group_launch.add_argument("-a", "--addenzyme", action="store_true", group_launch.add_argument("-a", "--addenzyme", action="store_true",
help="Create a new enzyme. See https://rapid-pe"\ help="Create a new enzyme. See https://rapid-pe"\
"ptide-generator.readthedocs.io for more inform"\ "ptide-generator.readthedocs.io for more inform"\
"ations") "ation")
group_launch.add_argument("-b", "--delenzyme", metavar="", group_launch.add_argument("-b", "--delenzyme", metavar="",
help="Delete a user-define enzyme. See "\ help="Delete a user-define enzyme. See "\
"https://rapid-peptide-generator.readthedocs.io "\ "https://rapid-peptide-generator.readthedocs.io "\
"for more informations") "for more information")
parser.add_argument("-d", "--digest", metavar="", parser.add_argument("-d", "--digest", metavar="",
choices=['s', 'sequential', 'c', 'concurrent'], choices=['s', 'sequential', 'c', 'concurrent'],
default="s", help="Digestion mode. Either 's', 'seque" default="s", help="Digestion mode. Either 's', 'seque"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment