mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 05:11:06 +02:00
Update cli.go
This commit is contained in:
parent
50e0f625bc
commit
e47ca8fbcb
1 changed files with 4 additions and 1 deletions
|
@ -41,7 +41,10 @@ func Run() (err error) {
|
|||
app.Version = Version
|
||||
app.Compiled = time.Now()
|
||||
app.Usage = "easily and securely transfer stuff from one computer to another"
|
||||
app.UsageText = `Send a file:
|
||||
app.UsageText = `croc [GLOBAL OPTIONS] [COMMAND] [COMMAND OPTIONS] [filename(s) or folder]
|
||||
|
||||
USAGE EXAMPLES:
|
||||
Send a file:
|
||||
croc send file.txt
|
||||
|
||||
-git to respect your .gitignore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue