diff options
author | Russ Allbery <rra@stanford.edu> | 2010-03-03 22:38:53 -0800 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2010-03-03 22:38:53 -0800 |
commit | e9fcc6b23337b206e4b2ff810e7ecf5258107604 (patch) | |
tree | abbca01a226de500c56b7a632b6bc5c2b1f12c36 /server | |
parent | a131c767d1eee7b98170962f7f9d4063be69e576 (diff) |
Remove stray list keywords from wallet-report documentation
Diffstat (limited to 'server')
-rwxr-xr-x | server/wallet-report | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/server/wallet-report b/server/wallet-report index caa7e2c..610e278 100755 --- a/server/wallet-report +++ b/server/wallet-report @@ -173,21 +173,21 @@ The currently supported object search types are: =over 4 -=item list objects acl <acl> +=item objects acl <acl> Returns all objects for which the given ACL name or ID has any permissions. This includes those objects owned by the ACL as well as those where that ACL has any other, more limited permissions. -=item list objects flag <flag> +=item objects flag <flag> Returns all objects which have the given flag set. -=item list objects owner <acl> +=item objects owner <acl> Returns all objects owned by the given ACL name or ID. -=item list objects type <type> +=item objects type <type> Returns all objects of the given type. |