diff options
| author | Jeff Carr <[email protected]> | 2024-11-01 23:19:34 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-01 23:19:34 -0500 |
| commit | e9cc02a060d7ac4b9f121e4defdfa29ba842ffd3 (patch) | |
| tree | 1e1f617d9447587f96d2673ba7441d87b5fd7a39 /argv.go | |
| parent | 4d532add79dfeb7d70fd26a7b1f3b7bdc0796697 (diff) | |
change the help textv0.2.1
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 ` } |
