diff options
| author | gingerBill <bill@gingerbill.org> | 2021-05-03 20:05:45 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-05-03 20:05:45 +0100 |
| commit | 866d5302fee24b74e8097d042ac3a1e6cb9e8f74 (patch) | |
| tree | 4fcadfbb09c9a0c267ba7a8f6521b92d38d3e6c1 /src | |
| parent | 5d70289b69ec96c4159105206897519407f02189 (diff) | |
Add [EXPERIMENTAL] warning to -user-separate-modules help message
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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, ""); |