Skip to content

Commit

Permalink
Merge pull request #12522 from jsquyres/pr/minor-docs-fix
Browse files Browse the repository at this point in the history
docs: fix typo
  • Loading branch information
jsquyres committed May 5, 2024
2 parents 28f513a + 8b7b94b commit 4890203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-help.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ information (adjust as necessary for your specific environment):
# Fill in the options you want to pass to configure here
options=""
./configure $options 2>&1 | tee $dir/config.out
tar -cf - `find . -name config.log` | tar -x -C $dir -
tar -cf - `find . -name config.log` | tar -x -C $dir
# Build and install Open MPI
make V=1 all 2>&1 | tee $dir/make.out
Expand Down

0 comments on commit 4890203

Please sign in to comment.