Skip to content

Commit

Permalink
more typos (#1960)
Browse files Browse the repository at this point in the history
  • Loading branch information
lloesche authored Feb 28, 2024
1 parent d9105fb commit 57a5a37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fixmetrics/fixmetrics/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def main() -> None:
fixlib.proc.parent_pid = os.getpid()

add_event_listener(EventType.SHUTDOWN, shutdown)
arg_parser = ArgumentParser(description="fix metrics exporter", env_args_prefix="fixMETRICS_")
arg_parser = ArgumentParser(description="Fix Inventory Metrics exporter", env_args_prefix="FIXMETRICS_")
add_args(arg_parser)
Config.add_args(arg_parser)
fixcore_add_args(arg_parser)
Expand Down
2 changes: 1 addition & 1 deletion fixshell/fixshell/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
async def main_async() -> None:
fixlib.proc.parent_pid = os.getpid()
setup_logger("fixshell", json_format=False)
arg_parser = ArgumentParser(description="fix shell", env_args_prefix="fixSHELL_")
arg_parser = ArgumentParser(description="Fix Inventory Shell", env_args_prefix="FIXSHELL_")
core_add_args(arg_parser)
add_args(arg_parser)
logging_add_args(arg_parser)
Expand Down

0 comments on commit 57a5a37

Please sign in to comment.