CAMEL-16056: flight recorder example
diff --git a/examples/camel-example-flight-recorder/src/main/resources/application.properties b/examples/camel-example-flight-recorder/src/main/resources/application.properties
index 1e78599..7e59fdb 100644
--- a/examples/camel-example-flight-recorder/src/main/resources/application.properties
+++ b/examples/camel-example-flight-recorder/src/main/resources/application.properties
@@ -30,8 +30,8 @@
 # what JFR profile to use (default or profile) the profile controls what and how much data to capture and record
 #camel.main.startup-recorder-profile = profile
 # to keep recording for 60 seconds and will be auto-saved on timeout
-# you can also specify -1 to keep recording until the JVM terminates
-# by default the recording is saved when Camel has been started (short lived)
+# you can also use -1 to only record Camel startup and save the recording right after Camel has been started
+# this can be used to solely focus on Camel startup performance bottlenecks
 #camel.main.startup-recorder-duration = 60
 
 # run in lightweight mode to be tiny as possible