diff options
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": |
