mirror of
https://github.com/ShaYmez/pYSFReflector.git
synced 2025-07-30 20:52:27 -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()
|
||||
|
||||
if (sys.argv[1].strip() == '-v'):
|
||||
print('YSFReflector version ' + version)
|
||||
print('pYSFReflector version ' + version)
|
||||
sys.exit()
|
||||
|
||||
## reading configuration ##
|
||||
|
Loading…
x
Reference in New Issue
Block a user