summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/argv.go b/argv.go
index 583fada..ec2a408 100644
--- a/argv.go
+++ b/argv.go
@@ -19,11 +19,11 @@ func (a args) Description() string {
By default, go-clone will find your go.work file and work from there.
Otherwise, it will create a work/ directory.
-This will recursively clone the sources for this app into a work/ directory:
- go-clone --recursive go.wit.com/apps/go-clone
+This will clone the sources into ~/go/src/ for go-clone:
+ go-clone go.wit.com/apps/go-clone
-This will recursively clone the sources 'the old way' into ~/go/src:
- go-clone --recursive --go-src --no-work go.wit.com/apps/go-clone
+This will recursively clone the app and all the build requirements:
+ go-clone --recursive go.wit.com/apps/go-clone
`
}