From 866d5302fee24b74e8097d042ac3a1e6cb9e8f74 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Mon, 3 May 2021 20:05:45 +0100 Subject: Add [EXPERIMENTAL] warning to -user-separate-modules help message --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 19b22ef4f..3f92632f2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1724,6 +1724,7 @@ void print_show_help(String const arg0, String const &command) { print_usage_line(0, ""); print_usage_line(1, "-use-separate-modules"); + print_usage_line(1, "[EXPERIMENTAL]"); print_usage_line(2, "The backend generates multiple build units which are then linked together"); print_usage_line(2, "Normally, a single build unit is generated for a standard project"); print_usage_line(0, ""); -- cgit v1.2.3