Merge pull request #843 from Aareon/patch-1

docs: Document -R and -i flag dependency in rnstatus usage
This commit is contained in:
markqvist 2025-07-13 11:54:59 +02:00 committed by GitHub
commit 182b49cc04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -355,12 +355,15 @@ Filter output to only show some interfaces:
-s SORT, --sort SORT sort interfaces by [rate, traffic, rx, tx, announces, arx, atx, held]
-r, --reverse reverse sorting
-j, --json output in JSON format
-R hash transport identity hash of remote instance to get status from
-R hash transport identity hash of remote instance to get status from (requires -i)
-i path path to identity used for remote management
-w seconds timeout before giving up on remote queries
-v, --verbose
.. note::
When using ``-R`` to query a remote transport instance, you must also specify ``-i`` with the path to a management identity file that is authorized for remote management on the target system.
The rnid Utility
====================