mirror of
https://github.com/cooperhammond/irs.git
synced 2025-03-08 04:09:38 +00:00
Renamed from Ingenious to Ironic
This commit is contained in:
parent
003b39b425
commit
a05d7dfdc8
|
@ -75,7 +75,7 @@ def main():
|
||||||
|
|
||||||
elif args.version:
|
elif args.version:
|
||||||
import pkg_resources
|
import pkg_resources
|
||||||
print ("\n\n" + color("Ingenious Redistribution System", ["HEADER", "BOLD"]))
|
print ("\n\n" + color("Ironic Redistribution System", ["HEADER", "BOLD"]))
|
||||||
print ("Homepage: " + color("https://github.com/kepoorhampond/irs", ["OKGREEN"]))
|
print ("Homepage: " + color("https://github.com/kepoorhampond/irs", ["OKGREEN"]))
|
||||||
print ("License: " + color("GNU", ["YELLOW"]) + " (http://www.gnu.org/licenses/gpl.html)")
|
print ("License: " + color("GNU", ["YELLOW"]) + " (http://www.gnu.org/licenses/gpl.html)")
|
||||||
print ("Version: " + pkg_resources.get_distribution("irs").version)
|
print ("Version: " + pkg_resources.get_distribution("irs").version)
|
||||||
|
|
Loading…
Reference in a new issue