summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-01 23:19:34 -0500
committerJeff Carr <[email protected]>2024-11-01 23:19:34 -0500
commite9cc02a060d7ac4b9f121e4defdfa29ba842ffd3 (patch)
tree1e1f617d9447587f96d2673ba7441d87b5fd7a39
parent4d532add79dfeb7d70fd26a7b1f3b7bdc0796697 (diff)
change the help textv0.2.1
Signed-off-by: Jeff Carr <[email protected]>
-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
`
}