summaryrefslogtreecommitdiffstats
path: root/pyLoadCli.py
diff options
context:
space:
mode:
authorGravatar X3n0m0rph59 <X3n0m0rph59@googlemail.com> 2012-04-22 17:18:52 +0200
committerGravatar X3n0m0rph59 <X3n0m0rph59@googlemail.com> 2012-04-22 17:18:52 +0200
commited131ce9fba4b374586885999029d1743e9feefd (patch)
tree44434dba849be87f809194020032d0d6396d2953 /pyLoadCli.py
parentFixed spelling in the documentation (diff)
downloadpyload-ed131ce9fba4b374586885999029d1743e9feefd.tar.xz
Fixed spelling in the source
Diffstat (limited to 'pyLoadCli.py')
-rwxr-xr-xpyLoadCli.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/pyLoadCli.py b/pyLoadCli.py
index d68b5faec..cf8fabd1a 100755
--- a/pyLoadCli.py
+++ b/pyLoadCli.py
@@ -402,13 +402,13 @@ def print_help(config):
print "<Options>"
print " -i, --interactive", " Start in interactive mode"
print
- print " -u, --username=", " " * 2, "Specify Username"
+ print " -u, --username=", " " * 2, "Specify user name"
print " --pw=<password>", " " * 2, "Password"
- print " -a, --address=", " " * 3, "Specify address (current=%s)" % config["addr"]
- print " -p, --port", " " * 7, "Specify port (current=%s)" % config["port"]
+ print " -a, --address=", " " * 3, "Use address (current=%s)" % config["addr"]
+ print " -p, --port", " " * 7, "Use port (current=%s)" % config["port"]
print
print " -l, --language", " " * 3, "Set user interface language (current=%s)" % config["language"]
- print " -h, --help", " " * 7, "Display this help screen"
+ print " -h, --help", " " * 7, "Display this help text"
print " -c, --commands", " " * 3, "List all available commands"
print