diff --git a/message_definitions/v1.0/common.xml b/message_definitions/v1.0/common.xml
index befd2e9ba5..f7d839d394 100644
--- a/message_definitions/v1.0/common.xml
+++ b/message_definitions/v1.0/common.xml
@@ -892,8 +892,15 @@
Empty
- Terminate flight immediately
- Flight termination activated if > 0.5
+ Terminate flight immediately.
+ Flight termination immediately and irreversably terminates the current flight, returning the vehicle to ground.
+ The vehicle will ignore RC or other input until it has been power-cycled.
+ Termination may trigger safety measures, including: disabling motors and deployment of parachute on multicopters, and setting flight surfaces to initiate a landing pattern on fixed-wing).
+ On multicopters without a parachute it may trigger a crash landing.
+ Support for this command can be tested using the protocol bit: MAV_PROTOCOL_CAPABILITY_FLIGHT_TERMINATION.
+ Support for this command can also be tested by sending the command with param1=0 (< 0.5); the ACK should be either MAV_RESULT_FAILED or MAV_RESULT_UNSUPPORTED.
+
+ Flight termination activated if > 0.5. Otherwise not activated and ACK with MAV_RESULT_FAILED.
Empty
Empty
Empty