summaryrefslogtreecommitdiffstats
path: root/git_taskrepo/sub_commands/cmd_list_types.py
diff options
context:
space:
mode:
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):