Skip to content

Commit

Permalink
mission: fixed help for changeframe
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge authored and peterbarker committed May 9, 2024
1 parent bcaba12 commit 92c0159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MAVProxy/modules/lib/mission_item_protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <NUMWP>" % self.command_name())
print("usage: %s changeframe WPNUM NEWFRAME <NUMWP>" % self.command_name())
return
value = int(args[1])
del args[1]
Expand Down

0 comments on commit 92c0159

Please sign in to comment.