Skip to content

Commit

Permalink
better help
Browse files Browse the repository at this point in the history
  • Loading branch information
schollz committed Oct 13, 2020
1 parent 911bb22 commit a968f49
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a968f49

Please sign in to comment.