From fbd4bd4bdaae915c469ade5dad3123f4f852a3de Mon Sep 17 00:00:00 2001 From: Bill Peck Date: Thu, 7 May 2015 11:00:11 -0400 Subject: small help changes in commands Update_task will now remove it from the DB if its gone on disk. --- git_taskrepo/sub_commands/cmd_init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git_taskrepo/sub_commands/cmd_init.py') 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): -- cgit