Skip to content

Commit

Permalink
fix adios2-config help (--cxx instead of -cxx)
Browse files Browse the repository at this point in the history
  • Loading branch information
pnorbert committed May 29, 2020
1 parent 9fbd6ca commit 887dfbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/install/post/adios2-config.post.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function usage() {
echo " -c Both compile and link flags for the C bindings"
echo " --c-flags Preprocessor and compile flags for the C bindings"
echo " --c-libs Linker flags for the C bindings"
echo " -x, -cxx Both compile and link flags for the C++ bindings"
echo " -x, --cxx Both compile and link flags for the C++ bindings"
echo " --cxx-flags Preprocessor and compile flags for the C++ bindings"
echo " --cxx-libs Linker flags for the C++ bindings"
echo " -f, --fortran Both compile and link flags for the F90 bindings"
Expand Down

0 comments on commit 887dfbf

Please sign in to comment.