aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/planterette
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/planterette')
-rw-r--r--cmd/planterette/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/planterette/main.go b/cmd/planterette/main.go
index 8988d27a..a9f45d82 100644
--- a/cmd/planterette/main.go
+++ b/cmd/planterette/main.go
@@ -42,7 +42,7 @@ func main() {
flagVerbose bool
flagDropShell bool
)
- c := command.New(os.Stderr, log.Printf, "planterette", func([]string) error { internal.InstallFmsg(flagVerbose); return nil }).
+ c := command.New(os.Stderr, log.Printf, "planterette", func([]string) error { internal.InstallOutput(flagVerbose); return nil }).
Flag(&flagVerbose, "v", command.BoolFlag(false), "Print debug messages to the console").
Flag(&flagDropShell, "s", command.BoolFlag(false), "Drop to a shell in place of next hakurei action")