Skip to content

Commit

Permalink
typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
tinogis committed Dec 5, 2024
1 parent caaeb9b commit fdaaf33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primestg/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def get_sync_sxx(**kwargs):
)
@click.option("--ip", "-i", default="10.26.0.4", help='IP i.e CNC FTPIp')
def sends_order(**kwargs):
"""Sends on of available Orders to Meter or CNC"""
"""Sends one of available Orders to Meter or CNC"""
id_pet = get_id_pet()
s = Service(id_pet, kwargs['cnc_url'], sync=True)
order_name = kwargs['order']
Expand Down

0 comments on commit fdaaf33

Please sign in to comment.