diff options
author | June McEnroe <june@causal.agency> | 2022-02-12 13:26:38 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2022-02-12 13:26:38 -0500 |
commit | 397b4ce6bd9064aa36f8b9c264e4bbc226822d6f (patch) | |
tree | a8f45e286765c4bab90cf561cd7762ebed5114e7 /catgirl.1 | |
parent | Treat any amount of space and punctuation as word boundaries (diff) | |
download | catgirl-397b4ce6bd9064aa36f8b9c264e4bbc226822d6f.tar.gz catgirl-397b4ce6bd9064aa36f8b9c264e4bbc226822d6f.zip |
Prompt for empty server or SASL passwords
Diffstat (limited to 'catgirl.1')
-rw-r--r-- | catgirl.1 | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/catgirl.1 b/catgirl.1 index 34b9718..065002b 100644 --- a/catgirl.1 +++ b/catgirl.1 @@ -1,4 +1,4 @@ -.Dd February 3, 2022 +.Dd February 12, 2022 .Dt CATGIRL 1 .Os . @@ -222,11 +222,9 @@ Authenticate as with .Ar pass using SASL PLAIN. -Since this requires the account password -in plain text, -it is recommended to use CertFP instead. -See -.Sx Configuring CertFP . +Leave +.Ar pass +blank to prompt for the password. . .It Fl c Ar path | Cm cert No = Ar path Load the TLS client certificate from @@ -375,6 +373,9 @@ if it is not a terminal. .It Fl w Ar pass | Cm pass No = Ar pass Log in with the server password .Ar pass . +Leave +.Ar pass +blank to prompt for the password. .El . .Ss Configuring CertFP |