From 7b9b49c320d19f8c37b978a1073efe819167fa2b Mon Sep 17 00:00:00 2001 From: desvox Date: Sat, 4 Aug 2018 08:31:11 -0500 Subject: Add note about environment variable usage and security. --- clients/urwid/main.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/clients/urwid/main.py b/clients/urwid/main.py index 8e1fec8..b2b38a1 100644 --- a/clients/urwid/main.py +++ b/clients/urwid/main.py @@ -57,7 +57,9 @@ Available environment variables: BBJ_USER: set your username to log in automatically. If --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.""") + if the password is wrong, will prompt you as normal. +Please note that these environment variables need to be exported, and are +visible to all other programs run from your shell.""") exit() try: -- cgit v1.2.3