diff --git a/flix/cli.ino b/flix/cli.ino index 002a0d9..033ef55 100644 --- a/flix/cli.ino +++ b/flix/cli.ino @@ -32,8 +32,8 @@ const char* motd = "ps - show pitch/roll/yaw\n" "psq - show attitude quaternion\n" "imu - show IMU data\n" -"arm - arm the drone (when no mode switch)\n" -"disarm - disarm the drone (when no mode switch)\n" +"arm - arm the drone (when no armed switch)\n" +"disarm - disarm the drone (when no armed switch)\n" "rc - show RC data\n" "mot - show motor output\n" "log - dump in-RAM log\n"