aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordesvox <ofunknowndescent@gmail.com>2018-07-27 19:10:12 -0500
committerdesvox <ofunknowndescent@gmail.com>2018-07-27 19:10:12 -0500
commit7665d19d2fc7fdd37458946c88446b1380384745 (patch)
tree1b0c948a304448d6be8595b12aac58092d808403
parent92c4f4c1aed73b9f02eed50055074abaa9ae4f6b (diff)
downloadbbj-7665d19d2fc7fdd37458946c88446b1380384745.tar.gz
Added enviroment variable info to --help
-rw-r--r--clients/urwid/main.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/clients/urwid/main.py b/clients/urwid/main.py
index b97853e..cef5a2c 100644
--- a/clients/urwid/main.py
+++ b/clients/urwid/main.py
@@ -52,7 +52,12 @@ Available options:
--https: enable use of https, requires host support
--host <hostname>: the ip address/hostname/website/server to connect to
--port <port>: the port to use when connecting to the host
- --user <username>: automatically connect with the given username""")
+ --user <username>: automatically connect with the given username
+Available environment variables:
+ BBJ_USER: set your username to log in automatically.
+ User --user is passed, this is ignored.
+ BBJ_PASSWORD: set your password to log in automatically.
+ if the password is wrong, will prompt you as normal.""")
exit()
try:
Un proyecto texto-plano.xyz