11 #ifndef ROOT_CommandLineOptionsHelp 12 #define ROOT_CommandLineOptionsHelp 60 Usage: %s [-l] [-b] [-n] [-q] [dir] [[file:]data.root] [file1.C ... fileN.C] 62 -b : run in batch mode without graphics 63 -x : exit on exception 64 -e expression: request execution of the given C++ expression 65 -n : do not execute logon and logoff macros as specified in .rootrc 66 -q : exit after processing command line macro files 67 -l : do not show splash screen 68 -t : enable thread-safety and implicit multi-threading (IMT) 69 --notebook : execute ROOT notebook 70 dir : if dir is a valid directory cd to it before executing 75 -config : print ./configure options 76 -memstat : run with memory usage monitoring static constexpr const char kCommandLineOptionsHelp[]
Help for command line options.