diff --git a/hel/src/repl.rs b/hel/src/repl.rs
index 06047c9..73ca961 100644
--- a/hel/src/repl.rs
+++ b/hel/src/repl.rs
@@ -142,7 +142,9 @@ impl<'a> LKEval<'a> {
Command::Noop => { to_history = false; },
Command::Help => {
out.o(concat!(
- "hel - passwords are generated from your master + the entry name; nothing secret is stored.\n",
+ "hel - S/KEY (RFC 2289) deterministic passwords from your master + the entry\n",
+ "name; nothing secret is stored. The default mode is six short, memorable words\n",
+ "(the \"correct horse battery staple\" idea from xkcd 936).\n",
"\n",
"entries\n",
" add
Private by design. Everything happens on your device. Your master @@ -73,9 +76,9 @@
- After a name you can add a length and a mode — R words,
- C camel, H hex, B base64, D
- digits (U… = upper). E.g. github 20R.
+ After a name you can add a length and a mode — R six memorable words
+ (the default), C camel, H hex, B base64,
+ D digits (U… = upper). E.g. github 20R.