tools: add -t option to the help

This commit is contained in:
Wim Taymans 2025-10-28 10:26:42 +01:00
parent a813830024
commit 9f3c553298

View file

@ -871,6 +871,7 @@ static void show_help(struct data *data, const char *name, bool error)
" -o, --output List output ports\n" " -o, --output List output ports\n"
" -i, --input List input ports\n" " -i, --input List input ports\n"
" -l, --links List links\n" " -l, --links List links\n"
" -t, --latency List port latencies\n"
" -m, --monitor Monitor links and ports\n" " -m, --monitor Monitor links and ports\n"
" -I, --id List IDs\n" " -I, --id List IDs\n"
" -v, --verbose Verbose port properties\n" " -v, --verbose Verbose port properties\n"