mirror of
https://github.com/schollz/croc.git
synced 2025-10-10 21:01:02 +02:00
add recipient finish line
This commit is contained in:
parent
b1aeedb107
commit
cd3a936795
3 changed files with 23 additions and 6 deletions
3
main.go
3
main.go
|
@ -141,9 +141,6 @@ func send(c *cli.Context) error {
|
|||
codePhrase,
|
||||
)
|
||||
err = cr.Send(fname, codePhrase)
|
||||
if err == nil {
|
||||
fmt.Fprintf(os.Stderr, "\nTransfer complete")
|
||||
}
|
||||
return err
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue