Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Oct 28, 2021
1 parent 3b04e36 commit a31ff10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/client/set-class.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def classes_import(file):

@click.command()
@click.option('--file', is_flag=True,
help="Imports a file of key=value pairs (one per line) where the key is alarm name and value is JSON encoded AVRO formatted per the registered-alarms-value schema")
help="Imports a file of key=value pairs (one per line) where the key is alarm name and value is JSON encoded AVRO formatted per the alarm-classes-value schema")
@click.option('--unset', is_flag=True, help="Remove the alarm")
@click.option('--location', type=click.Choice(locations), help="The alarm location")
@click.option('--category', type=click.Choice(categories), help="The alarm category")
Expand Down
2 changes: 1 addition & 1 deletion scripts/client/set-registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def registrations_import(file):

@click.command()
@click.option('--file', is_flag=True,
help="Imports a file of key=value pairs (one per line) where the key is alarm name and value is JSON encoded AVRO formatted per the registered-alarms-value schema")
help="Imports a file of key=value pairs (one per line) where the key is alarm name and value is JSON encoded AVRO formatted per the alarm-registrations-value schema")
@click.option('--unset', is_flag=True, help="Remove the alarm")
@click.option('--alarmclass', help="The alarm class")
@click.option('--producersimple', is_flag=True, help="Simple alarm (producer)")
Expand Down

0 comments on commit a31ff10

Please sign in to comment.