clarify stuff in -h msg

This commit is contained in:
silverweed 2024-11-04 13:40:35 +01:00
parent af7bdaa15f
commit 53c4f40cfa

View file

@ -9,10 +9,13 @@ void print_help(const char *argv0)
"\n\t-s: set first displayed byte to START"
"\n\t-l: display LEN bytes (only in terminal mode)"
"\n\t-w: display WIDTH bytes per column"
"\n\t-e: display some extended info (may slow down the startup)"
"\n\t-e: display some extended info(*) (may slow down the startup)"
"\n\t-n: list the names of the RNTuples found in the file and exit"
"\n"
"\nNOTE: if `ntuple_name' is not passed, rntviewer will look for the first RNTuple in the TFile."
"\nNOTES:"
"\n- if `ntuple_name' is not passed, rntviewer will look for the first RNTuple in the TFile."
"\n- (*) \"some extended info\" currently means the total uncompressed size of the pages and"
"\n their compression ratio."
"\n"
, argv0);
}