From fc48c232e515489970f8c505d22174a96b605ab6 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Tue, 14 Apr 2020 13:38:18 -0400 Subject: [PATCH] cli: add `c++` subcommand to --help menu closes #5034 --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index b682aa69b..523c42276 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -37,6 +37,7 @@ static int print_full_usage(const char *arg0, FILE *file, int return_code) { " build-obj [source] create object from source or assembly\n" " builtin show the source code of @import(\"builtin\")\n" " cc use Zig as a drop-in C compiler\n" + " c++ use Zig as a drop-in C++ compiler\n" " fmt parse files and render in canonical zig format\n" " id print the base64-encoded compiler id\n" " init-exe initialize a `zig build` application in the cwd\n"