Skip to content

Commit

Permalink
Update controller_manager/controller_manager/spawner.py
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Fröhlich <christophfroehlich@users.noreply.github.com>
  • Loading branch information
saikishor and christophfroehlich authored Oct 27, 2024
1 parent 590d1a7 commit c7b1b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller_manager/controller_manager/spawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def main(args=None):
"-p",
"--param-file",
help="Controller param file to be loaded into controller node before configure. "
"Parse multiple times to load different files for different controllers or to "
"Pass multiple times to load different files for different controllers or to "
"override the parameters of the same controller.",
default=None,
action="append",
Expand Down

0 comments on commit c7b1b75

Please sign in to comment.