diff options
| author | Paul Buetow <paul@buetow.org> | 2025-04-14 23:13:45 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-04-14 23:13:45 +0300 |
| commit | 12759c56082abcc6b0eb70b5a5981e9ca61faa08 (patch) | |
| tree | 241f588fdd0e38f2d7c1faf79920ffe01b472122 /internal/ior.go | |
| parent | f4c34929bedfb2c5b8fa32f16344200c72415cb9 (diff) | |
add -version flag and ASCII banner
Diffstat (limited to 'internal/ior.go')
| -rw-r--r-- | internal/ior.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/ior.go b/internal/ior.go index e9f394f..98fb39c 100644 --- a/internal/ior.go +++ b/internal/ior.go @@ -45,6 +45,7 @@ func attachTracepoints(bpfModule *bpf.Module) error { } func Run() error { + flags.PrintVersion() iorFile := flags.Get().IorDataFile var noTraceRun bool |
