From 8be48008c273639178c982515bf4166611cc80a2 Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Mon, 22 May 2017 18:26:54 -0400 Subject: [PATCH] update README.md with new help text --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c467d13..6911c2b 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,9 @@ To install after building from source, run: sudo make install # Usage -`steamguard-cli` looks for your `maFiles` folder in the current user's home directory (eg. `~/maFiles/`). +`steamguard-cli` looks for your `maFiles` folder in the current user's home directory (eg. `~/maFiles/`). Your `maFiles` can be created with [Steam Desktop Authenticator][SDA]. You can create `maFiles` with -steamguard-cli using the `setup` action (`steamguard setup`). +steamguard-cli using the `setup` action (`steamguard setup`). **REMEMBER TO MAKE BACKUPS OF YOUR `maFiles`, AND TO WRITE DOWN YOUR RECOVERY CODE!** @@ -56,6 +56,7 @@ steamguard-cli using the `setup` action (`steamguard setup`). -h, --help Display this help message. -v, --verbose Display some extra information when the program is running. -m, --mafiles-path Specify which folder your maFiles are in. Ex: ~/maFiles + -p, --passkey Specify your encryption passkey. Actions: generate-code Generate a Steam Guard code for the specified user (if any) and exit. (default) @@ -65,3 +66,5 @@ steamguard-cli using the `setup` action (`steamguard setup`). 2fa Same as generate-code add Set up Steam Guard for 2 factor authentication. setup Same as add + trade Opens an interactive prompt to handle trade confirmations. + accept-all Accepts all trade confirmations.