summaryrefslogtreecommitdiffstats
path: root/git_taskrepo/sub_commands/cmd_init.py
diff options
context:
space:
mode:
Diffstat (limited to 'git_taskrepo/sub_commands/cmd_init.py')
-rw-r--r--git_taskrepo/sub_commands/cmd_init.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git_taskrepo/sub_commands/cmd_init.py b/git_taskrepo/sub_commands/cmd_init.py
index e59f6a5..2a2ea27 100644
--- a/git_taskrepo/sub_commands/cmd_init.py
+++ b/git_taskrepo/sub_commands/cmd_init.py
@@ -24,7 +24,7 @@ def update_file(filename, line_to_add):
return updated
class Init(Command):
- """Init Task Repo"""
+ """Init taskrepo"""
enabled = True
def options(self):