diff options
author | Russ Allbery <rra@stanford.edu> | 2010-02-08 15:47:04 -0800 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2010-02-08 15:47:04 -0800 |
commit | 346660359be7666e8629c14b2d12cebf794f6f26 (patch) | |
tree | 9d05f0b347d82be4ac42af9a4e8edfe33025ec95 /server | |
parent | 04b875599b1d4559dbcd356726035416081c6b48 (diff) |
Coding style and whitespace fixes
Combine a long series of eval blocks into a single block and a single
error check. Remove trailing whitespace, and in some cases remove
trailing () on method calls where the parens aren't useful.
Diffstat (limited to 'server')
-rwxr-xr-x | server/wallet-admin | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/server/wallet-admin b/server/wallet-admin index 761288d..cd775b6 100755 --- a/server/wallet-admin +++ b/server/wallet-admin @@ -158,7 +158,7 @@ used, the database may also have to be created in advance. =item list (acls | objects) [ <searchtype> [ <arg> ... ] ] -Returns a list of ACLs or objects in the database. ACLs will be listed +Returns a list of ACLs or objects in the database. ACLs will be listed in the form: <name> (ACL ID: <id>) @@ -210,8 +210,8 @@ can be housekept. =item list acls entry <schema> <identifier> -Returns all ACLs containing an entry with given schema and identifier. -The schema is used for an exact search, while the identifier given will +Returns all ACLs containing an entry with given schema and identifier. +The schema is used for an exact search, while the identifier given will match any identifier containing that text, for flexibility. =back |