summaryrefslogtreecommitdiff
path: root/xnt/commands/help.py
diff options
context:
space:
mode:
Diffstat (limited to 'xnt/commands/help.py')
-rw-r--r--xnt/commands/help.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xnt/commands/help.py b/xnt/commands/help.py
index e72b13e..79584be 100644
--- a/xnt/commands/help.py
+++ b/xnt/commands/help.py
@@ -20,7 +20,7 @@
from xnt.basecommand import Command
from xnt.status_codes import SUCCESS
-class HelpCommand(Command): #pylint: disable-msg=R0903
+class HelpCommand(Command):
"""Help Command"""
name = 'help'
usage = """"""