mirror of
https://github.com/ejwa/gitinspector.git
synced 2024-11-16 00:28:25 +01:00
Fixed broken --version text output.
This commit is contained in:
parent
a72a29212a
commit
c4b108b7ff
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ __version__ = "0.1.0"
|
||||||
def output_html(string, _):
|
def output_html(string, _):
|
||||||
print("HTML output not yet supported.")
|
print("HTML output not yet supported.")
|
||||||
|
|
||||||
def output_text(_):
|
def output_text():
|
||||||
print("gitinspector {0}\n".format(__version__) + __doc__)
|
print("gitinspector {0}\n".format(__version__) + __doc__)
|
||||||
|
|
||||||
def output_xml():
|
def output_xml():
|
||||||
|
|
Loading…
Reference in a new issue