Skip to content

Commit

Permalink
Update version command documentation (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
DCSBL authored Dec 18, 2024
1 parent f518685 commit 83da619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/peblar/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ async def versions(
),
],
) -> None:
"""Get the status of a Peblar charger."""
"""Get the software version information the Peblar charger."""
async with Peblar(host=host) as peblar:
await peblar.login(password=password)
current = await peblar.current_versions()
Expand Down

0 comments on commit 83da619

Please sign in to comment.