From 73a67d0a9f081cc40e028d0d49636918c92fd273 Mon Sep 17 00:00:00 2001 From: silverweed Date: Fri, 16 Aug 2024 10:02:21 +0200 Subject: [PATCH] update README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37fbac9..df557ec 100644 --- a/README.md +++ b/README.md @@ -36,16 +36,17 @@ $ ./rntviewer ntpl lmext1.root ### Usage Basic usage is: ``` -$ ./rntviewer +$ ./rntviewer [ntuple_name] ``` This will open a window and let you browse the RNTuple, jump around its sections and get some information about them. +If you don't specify `ntuple_name`, the program will look for the first RNTuple in the file. There is also a non-interactive non-graphical mode that can be used in a terminal (useful e.g. for ssh sessions): ``` -$ ./rntviewer -t +$ ./rntviewer -t [ntuple_name] ``` The `-t` flag enables terminal mode. Use `./rntviewer -h` to get a help message about the