diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2014-01-01 14:04:54 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2014-01-01 14:04:54 +0100 |
commit | d1ce1d757866c1da4c46d7de0212c391064a72cb (patch) | |
tree | 4d71f40ff3a272cd815eb6e46da672c723e31c16 /pyload/cli | |
parent | show progress of decrypting and link checking, added indicator in link grabber (diff) | |
download | pyload-d1ce1d757866c1da4c46d7de0212c391064a72cb.tar.xz |
Happy new year!
Diffstat (limited to 'pyload/cli')
-rw-r--r-- | pyload/cli/Cli.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/cli/Cli.py b/pyload/cli/Cli.py index 9285ad3a2..70ebdda01 100644 --- a/pyload/cli/Cli.py +++ b/pyload/cli/Cli.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -#Copyright (C) 2012 RaNaN +#Copyright (C) 2014 RaNaN # #This program is free software; you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by @@ -392,7 +392,7 @@ class RefreshThread(Thread): def print_help(config): print - print "pyLoadCli Copyright (c) 2008-2012 the pyLoad Team" + print "pyLoadCli Copyright (c) 2008-2014 the pyLoad Team" print print "Usage: [python] pyLoadCli.py [options] [command]" print |