diff --git a/src/ExprNode.cc b/src/ExprNode.cc
index f3f11156527bfb9789ad19e6626728d66974ac80..6491718ae518d0d3074c63ba36a66fcd812de766 100644
--- a/src/ExprNode.cc
+++ b/src/ExprNode.cc
@@ -3147,7 +3147,8 @@ UnaryOpNode::substituteDiff(DataTree &static_datatree, diff_table_t &diff_table,
           else
             {
               // We know that the supported unary ops have already been substituted
-              cerr << "you can only use the `diff` operator on variables and certain unary ops" << endl;
+              cerr << "ERROR: You can only use the `diff` operator on variables and certain unary ops."
+                   << "       Try passing the `transform_unary_ops` option on the dynare command line." << endl;
               exit(EXIT_FAILURE);
             }