0
0
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

better help

This commit is contained in:
Zack Scholl 2020-10-13 15:47:53 -07:00
parent 911bb22b2d
commit a968f494fa

View file

@ -42,7 +42,10 @@ func Run() (err error) {
croc send file.txt croc send file.txt
Send a file with a custom code: 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{ app.Commands = []*cli.Command{
{ {
Name: "send", Name: "send",