From a968f494fae8e64312fde172746ffed847675236 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Tue, 13 Oct 2020 15:47:53 -0700 Subject: [PATCH] better help --- src/cli/cli.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/cli/cli.go b/src/cli/cli.go index d9d84abcc..ae4a6cabe 100644 --- a/src/cli/cli.go +++ b/src/cli/cli.go @@ -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",