diff options
author | Bill Peck <bpeck@redhat.com> | 2015-05-07 11:00:11 -0400 |
---|---|---|
committer | Bill Peck <bpeck@redhat.com> | 2015-05-07 11:00:11 -0400 |
commit | fbd4bd4bdaae915c469ade5dad3123f4f852a3de (patch) | |
tree | b0626db8841df767fc181cb93a0ff908bc266e99 /git_taskrepo/sub_commands/cmd_init.py | |
parent | a6ceb1d25135a6dc550012929fb5911f3757da39 (diff) | |
download | taskrepo-fbd4bd4bdaae915c469ade5dad3123f4f852a3de.tar.gz taskrepo-fbd4bd4bdaae915c469ade5dad3123f4f852a3de.tar.xz taskrepo-fbd4bd4bdaae915c469ade5dad3123f4f852a3de.zip |
small help changes in commands
Update_task will now remove it from the DB if its gone on disk.
Diffstat (limited to 'git_taskrepo/sub_commands/cmd_init.py')
-rw-r--r-- | git_taskrepo/sub_commands/cmd_init.py | 2 |
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): |