aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordesvox <ofunknowndescent@gmail.com>2018-08-04 08:31:11 -0500
committerdesvox <ofunknowndescent@gmail.com>2018-08-04 08:31:11 -0500
commit7b9b49c320d19f8c37b978a1073efe819167fa2b (patch)
treec28f52ed713a32b530a2a74d38ae33f3845dc1ff
parentbe24ae9dc234e47a632444c7e1c5bbf6c31be09f (diff)
downloadbbj-7b9b49c320d19f8c37b978a1073efe819167fa2b.tar.gz
Add note about environment variable usage and security.
-rw-r--r--clients/urwid/main.py4
1 files changed, 3 insertions, 1 deletions
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:
Un proyecto texto-plano.xyz