diff options
| author | Jeff Carr <[email protected]> | 2025-08-28 04:26:22 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-28 04:26:22 -0500 |
| commit | a21c117e5bff4dac56634ba6ad3b166a0fba2da8 (patch) | |
| tree | b79a912f7f9b84459ab7cfc6e13c95b3c752ccb7 /argvAutoshell.go | |
| parent | 86c342b16323b3ca66a03ce99663ae4a6f256e6e (diff) | |
cleanup gui()
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": |
