Skip to content

Commit 8b7b94b

Browse files
committed
docs: fix typo
Remove an errant "-" in a sample script. Thanks to Terence Brouns for pointing out the issue. Signed-off-by: Jeff Squyres <jeff@squyres.com>
1 parent 28f513a commit 8b7b94b

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)