aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/mbf
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/mbf')
-rw-r--r--cmd/mbf/main.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/cmd/mbf/main.go b/cmd/mbf/main.go
index 1910a100..86a3aa1e 100644
--- a/cmd/mbf/main.go
+++ b/cmd/mbf/main.go
@@ -84,15 +84,15 @@ func main() {
flagArch string
flagCheck bool
flagLTO bool
- flagET bool
+ flagPT bool
flagCrossOverride int
addr net.UnixAddr
)
c := command.New(os.Stderr, log.Printf, "mbf", func([]string) error {
- if flagET {
- log.Println("evaluated in", rosa.EvalTime())
+ if flagPT {
+ log.Println("parsed in", rosa.ParseTime())
}
msg.SwapVerbose(!flagQuiet)
@@ -189,9 +189,9 @@ func main() {
"socket", command.StringFlag("$MBF_DAEMON_SOCKET"),
"Pathname of socket to bind to",
).Flag(
- &flagET,
- "eval-time", command.BoolFlag(false),
- "Print duration of the initial azalea evaluation",
+ &flagPT,
+ "parse-time", command.BoolFlag(false),
+ "Print duration of the initial azalea parse",
)
c.NewCommand(