Skip to content

Commit

Permalink
Terrain module: Correct help message
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkix authored and tridge committed Jan 17, 2017
1 parent 2eae934 commit 23ae543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MAVProxy/modules/mavproxy_terrain.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def __init__(self, mpstate):

def cmd_terrain(self, args):
'''terrain command parser'''
usage = "usage: tracker <set|status|check>"
usage = "usage: terrain <set|status|check>"
if len(args) == 0:
print(usage)
return
Expand Down

0 comments on commit 23ae543

Please sign in to comment.