summaryrefslogtreecommitdiffstats
path: root/git_taskrepo/sub_commands/cmd_list_types.py
diff options
context:
space:
mode:
authorBill Peck <bpeck@redhat.com>2015-05-07 11:00:11 -0400
committerBill Peck <bpeck@redhat.com>2015-05-07 11:00:11 -0400
commitfbd4bd4bdaae915c469ade5dad3123f4f852a3de (patch)
treeb0626db8841df767fc181cb93a0ff908bc266e99 /git_taskrepo/sub_commands/cmd_list_types.py
parenta6ceb1d25135a6dc550012929fb5911f3757da39 (diff)
downloadtaskrepo-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_list_types.py')
-rw-r--r--git_taskrepo/sub_commands/cmd_list_types.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git_taskrepo/sub_commands/cmd_list_types.py b/git_taskrepo/sub_commands/cmd_list_types.py
index 0000a4f..d7e4bbc 100644
--- a/git_taskrepo/sub_commands/cmd_list_types.py
+++ b/git_taskrepo/sub_commands/cmd_list_types.py
@@ -5,7 +5,7 @@ import xml.dom.minidom
from git_taskrepo.command import Command
class List_Types(Command):
- """List Types"""
+ """List choices to filter on type"""
enabled = True
def options(self):