From 39dc5e9e57efa249c16778f1659e0b2be0da374b Mon Sep 17 00:00:00 2001 From: pablo-ng Date: Tue, 5 Aug 2025 23:22:50 +0200 Subject: [PATCH] fix usage string in emaneevent-location --- src/python/scripts/emaneevent-location | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/python/scripts/emaneevent-location b/src/python/scripts/emaneevent-location index 9417e69b..1ecb315d 100755 --- a/src/python/scripts/emaneevent-location +++ b/src/python/scripts/emaneevent-location @@ -44,7 +44,7 @@ usage = """emaneevent-location [OPTION]... NEMID[:NEMID] LATITUDE \\ LONGITUDE := 'longitude'=DEGREES - ALTITUDE := 'altitude'=MPS + ALTITUDE := 'altitude'=M VELOCITY := 'azimuth'=DEGREES 'elevation'=DEGREES 'magnitude'=MPS @@ -52,6 +52,8 @@ usage = """emaneevent-location [OPTION]... NEMID[:NEMID] LATITUDE \\ DEGREES := degrees (float) + M := Meters (float) + MPS := Meters/Second (float) """