summaryrefslogtreecommitdiffstats
path: root/pyload.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-02-12 17:47:45 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-02-12 17:47:45 +0100
commit0336819d432c9dfdcee2c0cdae8b3aa597b4446b (patch)
treed6f25c850b0c0562ecb09d8b5ab953a29141a868 /pyload.py
parentrestored old width (diff)
downloadpyload-0336819d432c9dfdcee2c0cdae8b3aa597b4446b.tar.xz
closed #1
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"