Skip to content

Commit 4890203

Browse files
authored
Merge pull request #12522 from jsquyres/pr/minor-docs-fix
docs: fix typo
2 parents 28f513a + 8b7b94b commit 4890203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-help.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ information (adjust as necessary for your specific environment):
120120
# Fill in the options you want to pass to configure here
121121
options=""
122122
./configure $options 2>&1 | tee $dir/config.out
123-
tar -cf - `find . -name config.log` | tar -x -C $dir -
123+
tar -cf - `find . -name config.log` | tar -x -C $dir
124124
125125
# Build and install Open MPI
126126
make V=1 all 2>&1 | tee $dir/make.out

0 commit comments

Comments
 (0)