Skip to content

Commit

Permalink
Rename -h to -p
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed Jan 22, 2025
1 parent cc3045d commit 1cd54a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zigpy_cli/radio.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ async def change_channel(app, channel):
type=CHANNELS_LIST,
default=zigpy.types.Channels.ALL_CHANNELS,
)
@click.option("-h", "--channel-hop-period", type=int, default=5)
@click.option("-p", "--channel-hop-period", type=float, default=5.0)
@click.option("-o", "--output", type=click.File("wb"), required=True)
@click_coroutine
async def packet_capture(app, randomize, channels, channel_hop_period, output):
Expand Down

0 comments on commit 1cd54a5

Please sign in to comment.