Commit b6bdf904 authored by Bram Schoenmakers's avatar Bram Schoenmakers

Fix synopsis of tag command

parent 64b40e1c
...@@ -139,7 +139,7 @@ class TagCommand(Command): ...@@ -139,7 +139,7 @@ class TagCommand(Command):
self._set() self._set()
def usage(self): def usage(self):
return """Synopsis: tag [-a] [-f] <NUMBER> <TAG> [<VALUE>]""" return """Synopsis: tag [-a] [-f] [-r] <NUMBER> <TAG> [<VALUE>]"""
def help(self): def help(self):
return """\ return """\
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment