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_update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git_taskrepo/sub_commands/cmd_update.py') diff --git a/git_taskrepo/sub_commands/cmd_update.py b/git_taskrepo/sub_commands/cmd_update.py index 91f30db..089c5cf 100644 --- a/git_taskrepo/sub_commands/cmd_update.py +++ b/git_taskrepo/sub_commands/cmd_update.py @@ -6,7 +6,7 @@ from git_taskrepo.command import Command from git_taskrepo.taskrepo import update_taskrepo, parse_testinfo, TRX class Update(Command): - """Update Task Repo""" + """Update Taskrepo for """ enabled = True def options(self): -- cgit