diff options
| author | Jeff Carr <[email protected]> | 2025-01-28 11:26:31 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-28 14:02:39 -0600 |
| commit | 7402aaded7b9f9587eb5ba863b732c9c9e8ee9fe (patch) | |
| tree | 7774a5b2132b810253fe213d4449bf382b539a4f /argvAutoshell.go | |
| parent | dd7355571d80b4d6c970e417df85244dbfd253e0 (diff) | |
fixes from cleaning an old set of reposv0.22.60
Diffstat (limited to 'argvAutoshell.go')
| -rw-r--r-- | argvAutoshell.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/argvAutoshell.go b/argvAutoshell.go index 725efdb..2e80fdf 100644 --- a/argvAutoshell.go +++ b/argvAutoshell.go @@ -38,7 +38,7 @@ func (args) doBashAuto() { case "list": fmt.Println("--all --mine --favorites --private patches") case "pull": - fmt.Println("--all --mine --favorites --private") + fmt.Println("--verbose") case "patch": fmt.Println("list --submit show") case "user": |
