Skip to content

Commit d5b14f6

Browse files
linevpcanal
andcommitted
Precise info in root-argparse.py
Co-authored-by: Philippe Canal <[email protected]>
1 parent 2c6aac7 commit d5b14f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/base/src/root-argparse.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ def get_argparse():
2525
parser.add_argument('[data1.root...dataN.root]', help='Open the given ROOT files; remote protocols (such as http://) are supported')
2626
parser.add_argument('[file1.C...fileN.C]', help='Execute the ROOT macro file1.C ... fileN.C\nCompilation flags as well as macro arguments can be passed, see format in https://root.cern/manual/root_macros_and_shared_libraries/')
2727
parser.add_argument('[file1_C.so...fileN_C.so]', help='Load and execute file1_C.so ... fileN_C.so (or .dll if on Windows)\nThey should be already-compiled ROOT macros (shared libraries) or:\nregular user shared libraries e.g. userlib.so with a function userlib(args)')
28-
parser.add_argument('[anyfile1..anyfileN]', help='All other arguments pointing to existing files will be handled as regular ROOT files')
28+
parser.add_argument('[anyfile1..anyfileN]', help='All other arguments pointing to existing files will be checked to see if they are ROOT Files (checking the MIME type inside the file) and if they are not they will be handled as a ROOT macro file')
2929
return parser

0 commit comments

Comments
 (0)