summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar mkaay <mkaay@mkaay.de> 2011-02-05 15:28:44 +0100
committerGravatar mkaay <mkaay@mkaay.de> 2011-02-05 15:28:44 +0100
commitab3697781e5e6f3c0babfaed3c190055e9287974 (patch)
treee68f5015fc863407062ec9e83fc60888b8ada78b /pyLoadCore.py
parentuser editor (diff)
downloadpyload-ab3697781e5e6f3c0babfaed3c190055e9287974.tar.xz
setup encoding fix
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py2
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 ""