mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
better help
This commit is contained in:
parent
911bb22b2d
commit
a968f494fa
1 changed files with 4 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue