From 2e8f48021ba2cd323533183b22c6ceb57768bbfc Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 13 Mar 2021 11:53:41 +0000 Subject: [PATCH] Note about leaving out password option --- README_commandline.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README_commandline.md b/README_commandline.md index dbcaad945..94e848f00 100644 --- a/README_commandline.md +++ b/README_commandline.md @@ -10,6 +10,8 @@ The first thing you will need to do is to create an account. You can do this wit python3 epicyon.py --addaccount nickname@domain --password [yourpassword] ``` +You can also leave out the **--password** option and then enter it manually, which has the advantage of passwords not being logged within command history. + To remove an account (be careful!): ``` bash