diff options
| -rw-r--r-- | argvAutoshell.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/argvAutoshell.go b/argvAutoshell.go index 62168ee..76ae9c0 100644 --- a/argvAutoshell.go +++ b/argvAutoshell.go @@ -44,7 +44,7 @@ func (args) doBashAuto() { case "list": fmt.Println("--all --mine --favorites --private") case "pull": - fmt.Println("--verbose") + fmt.Println("--force") case "patch": fmt.Println("get list --submit show") case "user": |
