11#ifndef ROOT_CommandLineOptionsHelp
12#define ROOT_CommandLineOptionsHelp
60Usage: %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 --web: display graphics in a default web browser
70 --web=<browser>: display graphics in specified web browser
71 --notebook : execute ROOT notebook
72 dir : if dir is a valid directory cd to it before executing
77 -config : print ./configure options
78 -memstat : run with memory usage monitoring
constexpr static const char kCommandLineOptionsHelp[]
Help for command line options.