diff options
author | mkaay <mkaay@mkaay.de> | 2011-02-05 15:28:44 +0100 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2011-02-05 15:28:44 +0100 |
commit | ab3697781e5e6f3c0babfaed3c190055e9287974 (patch) | |
tree | e68f5015fc863407062ec9e83fc60888b8ada78b /pyLoadCore.py | |
parent | user editor (diff) | |
download | pyload-ab3697781e5e6f3c0babfaed3c190055e9287974.tar.xz |
setup encoding fix
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index 6334ca00d..875f0061e 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -139,7 +139,7 @@ class Core(object): def print_help(self): print "" - print "pyLoad %s Copyright (c) 2008-2011 the pyLoad Team" % CURRENT_VERSION + print "pyLoad v%s 2008-2011 the pyLoad Team" % CURRENT_VERSION print "" print "Usage: [python] pyLoadCore.py [options]" print "" |