diff options
author | Russ Allbery <eagle@eyrie.org> | 2016-01-03 15:05:26 -0800 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2016-01-03 15:05:26 -0800 |
commit | d223a3eafc5eb8fe58d664994669c908b6c01346 (patch) | |
tree | 84a56467f8b06ad7fc230adb17a7688c9d1a3a84 /server/wallet-report | |
parent | daca82f520f51834812fab7cf15411ae54f46d8f (diff) |
Document the acls nested report in the man page
Change-Id: Ib077a196ee5389d7ec6d90fcf411cae0a81e071d
Diffstat (limited to 'server/wallet-report')
-rwxr-xr-x | server/wallet-report | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/server/wallet-report b/server/wallet-report index 4719a8a..e38ef74 100755 --- a/server/wallet-report +++ b/server/wallet-report @@ -207,6 +207,10 @@ Returns all ACLs containing an entry with given scheme and identifier. The scheme must be an exact match, but the <identifier> string will match any identifier containing that string. +=item acls nested <acl> + +Returns all ACLs that contain this ACL as a nested entry. + =item acls unused Returns all ACLs that are not referenced by any of the objects in the @@ -310,7 +314,9 @@ Russ Allbery <eagle@eyrie.org> =head1 COPYRIGHT AND LICENSE -Copyright 2008, 2009, 2010, 2013 The Board of Trustees of the Leland +Copyright 2016 Russ Allbery <eagle@eyrie.org> + +Copyright 2008, 2009, 2010, 2013, 2015 The Board of Trustees of the Leland Stanford Junior University Permission is hereby granted, free of charge, to any person obtaining a |