Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
raags committed Mar 9, 2021
1 parent 508c4ed commit a78f64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecs_container_exporter/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def shutdown(sig_number, frame):
@click.option('--exclude', envvar='EXCLUDE', type=str, default=None,
help='Comma seperated list of container names to exclude, or use env var EXCLUDE')
@click.option('--interval', envvar='INTERVAL', type=int, default=60,
help='Stats collection and aggregation interval in seconds (specifically for CPU stats)'
help='Stats collection and aggregation interval in seconds (specifically for CPU stats)')
@click.option('--log-level', envvar='LOG_LEVEL', type=str, default='INFO',
help='Log level, default: INFO')
def main(
Expand Down

0 comments on commit a78f64b

Please sign in to comment.