mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-24 02:54:05 +01:00
Fix version returned by 'supybot --version' (Limnoria, not Supybot).
This commit is contained in:
parent
e41b75d636
commit
ccc6b53a9a
@ -149,7 +149,7 @@ def main():
|
||||
|
||||
if __name__ == '__main__':
|
||||
parser = optparse.OptionParser(usage='Usage: %prog [options] configFile',
|
||||
version='Supybot %s running on Python%s' %
|
||||
version='Limnoria %s running on Python %s' %
|
||||
(version, sys.version))
|
||||
parser.add_option('-P', '--profile', action='store_true', dest='profile',
|
||||
help='enables profiling')
|
||||
|
Loading…
Reference in New Issue
Block a user