change the help text

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-11-01 23:19:34 -05:00
parent 4d532add79
commit e9cc02a060
1 changed files with 4 additions and 4 deletions

View File

@ -19,11 +19,11 @@ func (a args) Description() string {
By default, go-clone will find your go.work file and work from there. By default, go-clone will find your go.work file and work from there.
Otherwise, it will create a work/ directory. Otherwise, it will create a work/ directory.
This will recursively clone the sources for this app into a work/ directory: This will clone the sources into ~/go/src/ for go-clone:
go-clone --recursive go.wit.com/apps/go-clone go-clone go.wit.com/apps/go-clone
This will recursively clone the sources 'the old way' into ~/go/src: This will recursively clone the app and all the build requirements:
go-clone --recursive --go-src --no-work go.wit.com/apps/go-clone go-clone --recursive go.wit.com/apps/go-clone
` `
} }