summaryrefslogtreecommitdiff
path: root/argvAutoshell.go
diff options
context:
space:
mode:
Diffstat (limited to 'argvAutoshell.go')
-rw-r--r--argvAutoshell.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/argvAutoshell.go b/argvAutoshell.go
index 8c34d68..afceaa0 100644
--- a/argvAutoshell.go
+++ b/argvAutoshell.go
@@ -66,7 +66,7 @@ func (args) doBashAuto() {
default:
if argv.BashAuto[0] == ARGNAME {
// list the subcommands here
- fmt.Println("--bash list checkout clean commit dirty debug fetch merge patch pull")
+ fmt.Println("--bash list checkout clean commit dirty debug fetch normal merge patch pull")
}
}
os.Exit(0)