diff --git a/rust/poulpe-dashboard/src/elements/benchmark_form.rs b/rust/poulpe-dashboard/src/elements/benchmark_form.rs
index 62e0b9c6429d568959839b733e8a3fe3f2d9ea6c_cnVzdC9wb3VscGUtZGFzaGJvYXJkL3NyYy9lbGVtZW50cy9iZW5jaG1hcmtfZm9ybS5ycw==..5b2bc2d7366967c8c9bbcbb83f32f03a67e9a4eb_cnVzdC9wb3VscGUtZGFzaGJvYXJkL3NyYy9lbGVtZW50cy9iZW5jaG1hcmtfZm9ybS5ycw== 100644
--- a/rust/poulpe-dashboard/src/elements/benchmark_form.rs
+++ b/rust/poulpe-dashboard/src/elements/benchmark_form.rs
@@ -33,7 +33,11 @@
             selected_benchmark_idx: Default::default(),
             form_data_for_benchmark: Default::default(),
             schedule: String::from(
-                "# Use the form to add scheduler instructions\n",
+                "# Use the form to add scheduler instructions.\n\
+                 # \n\
+                 # These instructions should go into a schedule file \
+                 (by default `$DEN_DIR/current.poulpe-schedule`) \
+                 and be run with `poulpe den-execute-tasks`.\n",
             ),
         }
     }