diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst
index 6f7a7db58a794325c90b7575b0d8608460cb737c..594153a40efc069f1f27033a344ffc683fa3aced 100644
--- a/doc/manual/source/the-model-file.rst
+++ b/doc/manual/source/the-model-file.rst
@@ -7349,6 +7349,17 @@ Shock Decomposition
 
         Default: ``0``.
 
+    .. option:: diff
+
+        If passed, plot the decomposition of the first difference of the list of variables. 
+        If used in combination with :opt:`flip`, the ``diff`` operator is first applied. 
+        Default: not activated
+
+    .. option:: flip
+
+        If passed, plot the decomposition of the opposite of the list of variables. 
+        If used in combination with :opt:`diff`, the ``diff`` operator is first applied. 
+        Default: not activated
 
 Calibrated Smoother
 ===================