From 76028aeafefdf231682082924c5e04f505bf5a18 Mon Sep 17 00:00:00 2001 From: Philippe Canal <pcanal@fnal.gov> Date: Fri, 17 Mar 2017 14:47:37 -0500 Subject: [PATCH] Fix typo in hadd --help (misspelling of -cachesize. See https://root-forum.cern.ch/t/typo-in-hadd-flags/24131/1 --- main/src/hadd.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/src/hadd.cxx b/main/src/hadd.cxx index 26b6ed5a5ed..812fa89a413 100644 --- a/main/src/hadd.cxx +++ b/main/src/hadd.cxx @@ -48,7 +48,7 @@ (i.e. direct copy of the raw byte on disk). The "fast" mode is typically 5 times faster than the mode unzipping and unstreaming the baskets. - If the option -cachedsize is used, hadd will resize (or disable if 0) the + If the option -cachesize is used, hadd will resize (or disable if 0) the prefetching cache use to speed up I/O operations. For options that takes a size as argument, a decimal number of bytes is expected. @@ -106,7 +106,7 @@ int main( int argc, char **argv ) " 0 request no output, 99 is the default" <<std::endl; std::cout << "If the option -n is used, hadd will open at most 'maxopenedfiles' at once, use 0\n" " to request to use the system maximum." << std::endl; - std::cout << "If the option -cachedsize is used, hadd will resize (or disable if 0) the\n" + std::cout << "If the option -cachesize is used, hadd will resize (or disable if 0) the\n" " prefetching cache use to speed up I/O operations." << std::endl; std::cout << "When -the -f option is specified, one can also specify the compression level of\n" " the target file. By default the compression level is 1." <<std::endl; -- GitLab