Skip to content
Snippets Groups Projects
Commit 0ac24004 authored by David Bühler's avatar David Bühler
Browse files

[Kernel] Fixes the help message of the deprecated option -warn-decimal-float.

parent b5cf31b5
No related branches found
No related tags found
No related merge requests found
...@@ -996,8 +996,8 @@ module WarnDecimalFloat = ...@@ -996,8 +996,8 @@ module WarnDecimalFloat =
String(struct String(struct
let option_name = "-warn-decimal-float" let option_name = "-warn-decimal-float"
let arg_name = "freq" let arg_name = "freq"
let help = "[DEPRECATED: Use -kernel-warn-key decimal-float \ let help = "[DEPRECATED: Use -kernel-warn-key \
(and similar options) instead] \ parser:decimal-float=active (or inactive) instead] \
Warn when floating-point constants cannot be exactly \ Warn when floating-point constants cannot be exactly \
represented; freq must be one of none, once or all" represented; freq must be one of none, once or all"
let default = "once" let default = "once"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment