From 887dfbfa5ba60e49d0bbf413fd799cb8edd3f767 Mon Sep 17 00:00:00 2001 From: Norbert Podhorszki Date: Fri, 29 May 2020 07:54:35 -0400 Subject: [PATCH] fix adios2-config help (--cxx instead of -cxx) --- cmake/install/post/adios2-config.post.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/install/post/adios2-config.post.sh.in b/cmake/install/post/adios2-config.post.sh.in index c91aaa30c7..b8f04a7880 100644 --- a/cmake/install/post/adios2-config.post.sh.in +++ b/cmake/install/post/adios2-config.post.sh.in @@ -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"