diff options
author | mkaay <mkaay@mkaay.de> | 2011-02-05 14:45:36 +0100 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2011-02-05 14:45:36 +0100 |
commit | 4c2bc3442e7e953444c28745cbec6ff7b3139b0b (patch) | |
tree | eafa93db353cf4a80c51c9b81211e529ac805759 /pyLoadCore.py | |
parent | created unified authentication system (same data for webinterface an GUI/CLI,... (diff) | |
download | pyload-4c2bc3442e7e953444c28745cbec6ff7b3139b0b.tar.xz |
user editor
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 e08c4c544..6334ca00d 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -147,7 +147,7 @@ class Core(object): print " -v, --version", " " * 10, "Print version to terminal" print " -c, --clear", " " * 12, "Delete the saved linklist" #print " -a, --add=<link/list>", " " * 2, "Add the specified links" - print " -u, --user", " " * 13, "Set new User and password" + print " -u, --user", " " * 13, "Manages users" print " -d, --debug", " " * 12, "Enable debug mode" print " -s, --setup", " " * 12, "Run Setup Assistent" print " --configdir=<dir>", " " * 6, "Run with <dir> as config directory" |