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 fd76d45..3b8c98d 100644 --- a/argvAutoshell.go +++ b/argvAutoshell.go @@ -42,7 +42,7 @@ func (args) doBashAuto() { case "examine": fmt.Println("fix") case "list": - fmt.Println("--all --mine --favorites --private") + fmt.Println("--full") case "pull": fmt.Println("--force") case "patch": |
