mirror of
https://github.com/ShaYmez/pYSFReflector.git
synced 2025-08-12 02:32:30 -04:00
Merge pull request #10 from dg9vh/version_output
Corrected -v output (correct name of reflector)
This commit is contained in:
commit
93387578f2
@ -688,7 +688,7 @@ if (len(sys.argv) != 2):
|
|||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
if (sys.argv[1].strip() == '-v'):
|
if (sys.argv[1].strip() == '-v'):
|
||||||
print('YSFReflector version ' + version)
|
print('pYSFReflector version ' + version)
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
## reading configuration ##
|
## reading configuration ##
|
||||||
|
Loading…
x
Reference in New Issue
Block a user