Skip to content

Commit

Permalink
Merge pull request #2297 from pnorbert/fix-config-help
Browse files Browse the repository at this point in the history
Fix config help
  • Loading branch information
pnorbert authored and Chuck Atkins committed May 29, 2020
2 parents c822714 + 887dfbf commit e4c4e37
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 e4c4e37

Please sign in to comment.