diff --git a/ebpfcat/scripts.py b/ebpfcat/scripts.py
index 3663ced04a66496cfbacf836e1357351298afc15..2a26968e8848d300b4e7433136e8bbdcc31d57b6 100644
--- a/ebpfcat/scripts.py
+++ b/ebpfcat/scripts.py
@@ -90,6 +90,7 @@ async def info():
                                 print(f"        {r:10} {r:8X}")
                             else:
                                 print(f"        {r}")
+                                print(f"        {r!r}")
         if args.pdo:
             await t.to_operational(2)
             await t.parse_pdos()