Skip to content

Commit

Permalink
Fixing help text
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-summers committed Oct 11, 2023
1 parent b7b0c8a commit 389856b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hitl/streaming.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async def _main():
parser.add_argument("--broker", "-b", default="mqtt", type=str,
help="The MQTT broker address")
parser.add_argument("--ip", default="0.0.0.0",
help="The address to use for streaming")
help="The IP address to listen on")
parser.add_argument("--port", type=int, default=9293,
help="Local port to listen on")
parser.add_argument("--duration", type=float, default=10.,
Expand Down

0 comments on commit 389856b

Please sign in to comment.