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 94f4793..76bd21f 100644 --- a/argvAutoshell.go +++ b/argvAutoshell.go @@ -32,7 +32,7 @@ func (args) doBashAuto() { case "pull": fmt.Println("--all --mine --favorites --private") case "patch": - fmt.Println("--list --submit --show") + fmt.Println("list --submit show") case "dirty": fmt.Println("--show-files") case "user": |
