From 7665d19d2fc7fdd37458946c88446b1380384745 Mon Sep 17 00:00:00 2001 From: desvox Date: Fri, 27 Jul 2018 19:10:12 -0500 Subject: [PATCH] Added enviroment variable info to --help --- clients/urwid/main.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 : the ip address/hostname/website/server to connect to --port : the port to use when connecting to the host - --user : automatically connect with the given username""") + --user : 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: