Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyguo11 committed Oct 23, 2024
1 parent 63dac32 commit 830364f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ def add_app_launcher_args(parser: argparse.ArgumentParser) -> None:
* If headless is True and enable_cameras is False, the experience file is set to ``isaaclab.python.headless.kit``.
* ``ov_args`` (str): Optional command line arguments to be passed to Omniverse Kit directly.
Arguments should be combined into a single string separated by a comma ','.
Example usage: --ov_args "--ext-folder=/path/to/ext1,--ext-folder=/path/to/ext2"
Arguments should be combined into a single string separated by space.
Example usage: --ov_args "--ext-folder=/path/to/ext1 --ext-folder=/path/to/ext2"
Args:
parser: An argument parser instance to be extended with the AppLauncher specific options.
Expand Down

0 comments on commit 830364f

Please sign in to comment.