summaryrefslogtreecommitdiff
path: root/cmd/planr/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/planr/main.go')
-rw-r--r--cmd/planr/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/planr/main.go b/cmd/planr/main.go
index c65edb1..3c1c298 100644
--- a/cmd/planr/main.go
+++ b/cmd/planr/main.go
@@ -38,7 +38,7 @@ func main() {
fmt.Printf("%s\n", VERSION)
case "build":
sub.Build(subargs)
- case "evaluate":
+ case "evaluate","eval":
sub.Evaluate(subargs)
case "help", "-h", "-help", "--help":
printUsage(os.Stdout)