summaryrefslogtreecommitdiff
path: root/argvAutoshell.go
diff options
context:
space:
mode:
Diffstat (limited to 'argvAutoshell.go')
-rw-r--r--argvAutoshell.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/argvAutoshell.go b/argvAutoshell.go
index 908c63b..d374360 100644
--- a/argvAutoshell.go
+++ b/argvAutoshell.go
@@ -20,12 +20,12 @@ import (
func (args) doBashAuto() {
argv.doBashHelp()
switch argv.BashAuto[0] {
- case "list":
- fmt.Println("--terminals")
+ case "merge":
+ fmt.Println("--force")
default:
if argv.BashAuto[0] == ARGNAME {
// list the subcommands here
- fmt.Println("--pull list")
+ fmt.Println("list merge")
}
}
os.Exit(0)