mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 05:11:06 +02:00
minor
This commit is contained in:
parent
c02b4f1256
commit
7a997156ed
1 changed files with 1 additions and 1 deletions
|
@ -678,7 +678,7 @@ func (c *Client) Receive() (err error) {
|
||||||
err = c.transfer(TransferOptions{})
|
err = c.transfer(TransferOptions{})
|
||||||
if err == nil {
|
if err == nil {
|
||||||
if c.numberOfTransferedFiles == 0 {
|
if c.numberOfTransferedFiles == 0 {
|
||||||
fmt.Fprintf(os.Stderr, "\rNo files need transfering.")
|
fmt.Fprintf(os.Stderr, "\rNo files transferred.")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue