aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-10-27 22:30:37 -0400
committerJesse Luehrs <doy@tozt.net>2021-10-27 22:35:30 -0400
commite566ed23bdd494c9f5ed118328f0f38bbd06d441 (patch)
tree7a4d3b348fd969f14dfaae6878bfd092a736bb6f /src
parenta6df5378b91516aabbb5643e41e688a0dc1aaeb7 (diff)
downloadrbw-e566ed23bdd494c9f5ed118328f0f38bbd06d441.tar.gz
rbw-e566ed23bdd494c9f5ed118328f0f38bbd06d441.zip
add documentation for rbw register
Diffstat (limited to 'src')
-rw-r--r--src/bin/rbw/main.rs10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/bin/rbw/main.rs b/src/bin/rbw/main.rs
index 0f2d13e..85631c5 100644
--- a/src/bin/rbw/main.rs
+++ b/src/bin/rbw/main.rs
@@ -17,7 +17,15 @@ enum Opt {
config: Config,
},
- #[structopt(about = "Register this device with the Bitwarden server")]
+ #[structopt(
+ about = "Register this device with the Bitwarden server",
+ long_about = "Register this device with the Bitwarden server\n\n\
+ The official Bitwarden server includes bot detection to prevent \
+ brute force attacks. In order to avoid being detected as bot \
+ traffic, you will need to use this command to log in with your \
+ personal API key (instead of your password) first before regular \
+ logins will work."
+ )]
Register,
#[structopt(about = "Log in to the Bitwarden server")]