diff options
author | 2013-02-12 17:47:45 +0100 | |
---|---|---|
committer | 2013-02-12 17:47:45 +0100 | |
commit | 0336819d432c9dfdcee2c0cdae8b3aa597b4446b (patch) | |
tree | d6f25c850b0c0562ecb09d8b5ab953a29141a868 /pyload.py | |
parent | restored old width (diff) | |
download | pyload-0336819d432c9dfdcee2c0cdae8b3aa597b4446b.tar.xz |
closed #1
Diffstat (limited to 'pyload.py')
-rwxr-xr-x | pyload.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -180,7 +180,7 @@ class Core(object): print " -p, --pidfile=<file>", " " * 3, "Set pidfile to <file>" print " --changedir", " " * 12, "Change configuration directory permanently" print " --daemon", " " * 15, "Daemonize after startup" - print " --no-remote", " " * 12, "Disable remote access (saves RAM)" + print " --no-remote", " " * 12, "Disable remote access" print " --status", " " * 15, "Display pid if running or False" print " --clean", " " * 16, "Remove .pyc/.pyo files" print " -q, --quit", " " * 13, "Quit a running pyLoad instance" |