summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-10-03 11:43:59 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-10-03 11:43:59 +0200
commit5c3dbb734b7f958cb1bb227c2ffd934906820b3e (patch)
treee123e91e90680cd14474ffd265eb1c4808746fe2 /pyLoadCore.py
parentfixed urlmatcher, clear links on start option (diff)
downloadpyload-5c3dbb734b7f958cb1bb227c2ffd934906820b3e.tar.xz
new SafeEval
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index 1d1f197ec..0318be90e 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -147,7 +147,7 @@ class Core(object):
print ""
print "<Options>"
print " -v, --version", " " * 10, "Print version to terminal"
- print " -c, --clear", " " * 12, "Delete the saved linklist"
+ print " -c, --clear", " " * 12, "Delete all saved packages/links"
#print " -a, --add=<link/list>", " " * 2, "Add the specified links"
print " -u, --user", " " * 13, "Manages users"
print " -d, --debug", " " * 12, "Enable debug mode"