add --remember

This commit is contained in:
Zack Scholl 2019-07-18 07:22:03 -06:00
parent bd7ab1a9be
commit 6f31418330
1 changed files with 1 additions and 1 deletions

View File

@ -76,6 +76,7 @@ $ croc code-phrase
The code phrase is used to establish password-authenticated key agreement ([PAKE](https://en.wikipedia.org/wiki/Password-authenticated_key_agreement)) which generates a secret key for the sender and recipient to use for end-to-end encryption.
There are a number of configurable options (see `--help`). A set of options (like custom relay, ports, and code phrase) can be set using `--remember`.
### Custom code phrase
@ -85,7 +86,6 @@ You can send with your own code phrase (must be more than 4 characters).
$ croc send --code [code-phrase] [file(s)-or-folder]
```
### Use pipes - stdin and stdout
You can pipe to `croc`: