diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-12-12 16:46:29 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-12-12 16:46:29 +0100 |
commit | 13a88116eac8bc760cf9efdac3e50eb91f69151e (patch) | |
tree | 7a02449c404747ab90931f3e6e3f34c9eb9cdeea /pyload/cli | |
parent | New Setup (diff) | |
download | pyload-13a88116eac8bc760cf9efdac3e50eb91f69151e.tar.xz |
Update README and related
Diffstat (limited to 'pyload/cli')
-rw-r--r-- | pyload/cli/Cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/cli/Cli.py b/pyload/cli/Cli.py index 1ae57c290..294d8f25a 100644 --- a/pyload/cli/Cli.py +++ b/pyload/cli/Cli.py @@ -377,7 +377,7 @@ class RefreshThread(Thread): def print_help(config): print - print "pyLoad CLI Copyright (c) 2008-2014 the pyLoad Team" + print "pyLoad CLI Copyright (c) 2008-2015 the pyLoad Team" print print "Usage: [python] pyload-cli.py [options] [command]" print |