summaryrefslogtreecommitdiff
path: root/rts/RtsFlags.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/RtsFlags.c')
-rw-r--r--rts/RtsFlags.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rts/RtsFlags.c b/rts/RtsFlags.c
index 6146cfb989..b99e315083 100644
--- a/rts/RtsFlags.c
+++ b/rts/RtsFlags.c
@@ -1449,7 +1449,7 @@ error = true;
#if !defined(PROFILING)
switch (rts_argv[arg][2]) {
case '\0':
- errorBelch("-h is deprecated and will be removed in the next release (9.4),\nuse -hT instead.");
+ errorBelch("-h is deprecated, use -hT instead.");
FALLTHROUGH;
case 'T':
@@ -2214,7 +2214,7 @@ static bool read_heap_profiling_flag(const char *arg)
bool error = false;
switch (arg[2]) {
case '\0':
- errorBelch("-h is deprecated and will be removed in the next release (9.4),\nuse -hc instead.");
+ errorBelch("-h is deprecated, use -hc instead.");
FALLTHROUGH;
case 'C':
case 'c':