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 96c5e14..725efdb 100644 --- a/argvAutoshell.go +++ b/argvAutoshell.go @@ -36,7 +36,7 @@ func (args) doBashAuto() { case "examine": fmt.Println("fix") case "list": - fmt.Println("--all --mine --favorites --private") + fmt.Println("--all --mine --favorites --private patches") case "pull": fmt.Println("--all --mine --favorites --private") case "patch": |
