mirror of
https://github.com/garabik/grc.git
synced 2024-11-15 14:48:26 +01:00
update version
This commit is contained in:
parent
ab975362c3
commit
b3c0aafae4
1 changed files with 2 additions and 2 deletions
4
grc
4
grc
|
@ -6,11 +6,11 @@ import os, re, string, sys, getopt, signal
|
||||||
|
|
||||||
|
|
||||||
def version():
|
def version():
|
||||||
print ("Generic Colouriser 1.10")
|
print ("Generic Colouriser 1.10.1")
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
def help():
|
def help():
|
||||||
print("""Generic Colouriser 1.10
|
print("""Generic Colouriser 1.10.1
|
||||||
grc [options] command [args]
|
grc [options] command [args]
|
||||||
Options:
|
Options:
|
||||||
-e --stderr redirect stderr. If this option is selected,
|
-e --stderr redirect stderr. If this option is selected,
|
||||||
|
|
Loading…
Reference in a new issue