summaryrefslogtreecommitdiff
path: root/argvAutoshell.go
diff options
context:
space:
mode:
Diffstat (limited to 'argvAutoshell.go')
-rw-r--r--argvAutoshell.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/argvAutoshell.go b/argvAutoshell.go
index 899d2e2..42e958e 100644
--- a/argvAutoshell.go
+++ b/argvAutoshell.go
@@ -21,7 +21,7 @@ func deleteMatch() {
}
func (args) doBashAuto() {
- argv.doBashHelp()
+ // argv.doBashHelp()
switch argv.BashAuto[0] {
case "checkout":
fmt.Println("devel master user")
@@ -58,7 +58,7 @@ func (args) doBashAuto() {
default:
if argv.BashAuto[0] == ARGNAME {
// list the subcommands here
- fmt.Println("--bash list checkout clean commit dirty debug fetch normal merge patch pull")
+ fmt.Println("help list checkout clean commit dirty debug fetch normal merge patch pull")
}
}
os.Exit(0)