summaryrefslogtreecommitdiffstats
path: root/pyload.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload.py')
-rwxr-xr-xpyload.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload.py b/pyload.py
index f54e0d17e..55a62f182 100755
--- a/pyload.py
+++ b/pyload.py
@@ -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"