tools: clarify the target param

The target param is an object.serial or node.name.
Use TARGET_OBJECT instead of NODE_TARGET.
This commit is contained in:
Wim Taymans 2023-01-10 16:45:50 +01:00
parent 8767e8ed97
commit 1beddd78d2
2 changed files with 5 additions and 5 deletions

View file

@ -790,7 +790,7 @@ static void show_usage(const char *name, bool is_error)
" --media-type Set media type (default %s)\n"
" --media-category Set media category (default %s)\n"
" --media-role Set media role (default %s)\n"
" --target Set node target (default %s)\n"
" --target Set node target serial or name (default %s)\n"
" 0 means don't link\n"
" --latency Set node latency (default %s)\n"
" Xunit (unit = s, ms, us, ns)\n"