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 4943203..3370828 100644
--- a/argvAutoshell.go
+++ b/argvAutoshell.go
@@ -28,7 +28,7 @@ func (args) doBashAuto() {
default:
if argv.BashAuto[0] == ARGNAME {
// list the subcommands here
- fmt.Println("--smart strict")
+ fmt.Println("strict restore purge lax")
}
}
os.Exit(0)