diff --git a/MAVProxy/modules/lib/mission_item_protocol.py b/MAVProxy/modules/lib/mission_item_protocol.py index baed245f6c..db7c68ed80 100644 --- a/MAVProxy/modules/lib/mission_item_protocol.py +++ b/MAVProxy/modules/lib/mission_item_protocol.py @@ -724,7 +724,7 @@ def changer(wp): def cmd_changeframe(self, args): '''handle wp change frame of multiple waypoints''' if len(args) < 2: - print("usage: %s changealt WPNUM NEWALT " % self.command_name()) + print("usage: %s changeframe WPNUM NEWFRAME " % self.command_name()) return value = int(args[1]) del args[1]