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 7c1354f..8c34d68 100644 --- a/argvAutoshell.go +++ b/argvAutoshell.go @@ -32,7 +32,7 @@ func (args) doBashAuto() { // me.pp.WriteHelpForSubcommand(os.Stderr, "clean") fmt.Println("--force") case "commit": - fmt.Println("--all --more") + fmt.Println("--all") case "config": fmt.Println("add fix list debug") case "delete": |
