diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-03-24 14:57:18 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-03-24 14:57:18 +0100 |
commit | 1a21fe414f95a64480bce92ff9e5b2413c544d40 (patch) | |
tree | f966d71e25ea204bd54074b914e8388c765ffd04 /pyLoadCli.py | |
parent | handling SIGQUIT (diff) | |
download | pyload-1a21fe414f95a64480bce92ff9e5b2413c544d40.tar.xz |
django 1.2 compability, some fixes
Diffstat (limited to 'pyLoadCli.py')
-rwxr-xr-x | pyLoadCli.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyLoadCli.py b/pyLoadCli.py index 69f7b22ab..0137a0310 100755 --- a/pyLoadCli.py +++ b/pyLoadCli.py @@ -435,7 +435,7 @@ def white(string): def print_help(): print "" - print "pyloadCli Copyright (c) 2008-2010 the pyLoad Team" + print "pyLoadCli Copyright (c) 2008-2010 the pyLoad Team" print "" print "Usage: [python] pyLoadCli.py [options] [server url]" print "" |