change the help text
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
4d532add79
commit
e9cc02a060
8
argv.go
8
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.
|
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
|
||||||
`
|
`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue