better help

This commit is contained in:
Zack Scholl 2020-10-13 15:47:53 -07:00
parent 911bb22b2d
commit a968f494fa
1 changed files with 4 additions and 1 deletions

View File

@ -42,7 +42,10 @@ func Run() (err error) {
croc send file.txt
Send a file with a custom code:
croc send --code secret-passphrase file.txt`
croc send --code secret-code file.txt
Receive a file using code:
croc secret-code`
app.Commands = []*cli.Command{
{
Name: "send",