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 ` }