summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2016-01-03 15:09:42 -0800
committerRuss Allbery <eagle@eyrie.org>2016-01-03 15:09:42 -0800
commitf20e65a6f0efdcc10a663ecac3833645c94484ef (patch)
tree161976f07143e1955e7af3ebcd4da63ad6d9e870
parentd223a3eafc5eb8fe58d664994669c908b6c01346 (diff)
Add POD documentation for objects host report
Change-Id: I710de6a1df01ecd9aebd202288a9efb434c09054
-rwxr-xr-xserver/wallet-report6
1 files changed, 6 insertions, 0 deletions
diff --git a/server/wallet-report b/server/wallet-report
index e38ef74..3284ba3 100755
--- a/server/wallet-report
+++ b/server/wallet-report
@@ -278,6 +278,12 @@ those where that ACL has any other, more limited permissions.
Returns all objects which have the given flag set.
+=item objects host <hostname>
+
+Returns all objects that belong to the given host. This requires adding
+local configuration to identify objects that belong to a given host. See
+L<Wallet::Config/"OBJECT HOST-BASED NAMES"> for more information.
+
=item objects owner <acl>
Returns all objects owned by the given ACL name or ID.