summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/argv.go b/argv.go
index 77a4999..c0df176 100644
--- a/argv.go
+++ b/argv.go
@@ -21,8 +21,10 @@ 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
-go-clone --recursive 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
`
}