diff options
| author | Russ Allbery <rra@stanford.edu> | 2008-02-07 01:44:28 +0000 | 
|---|---|---|
| committer | Russ Allbery <rra@stanford.edu> | 2008-02-07 01:44:28 +0000 | 
| commit | 428c88bb0a08ba2eb06c7f5181f7cbee2f7ee398 (patch) | |
| tree | e825ea00b3ceb0074bbd8183ea16fceafb6c135d /client | |
| parent | e733132938bc4fc74584b9a7c0f5441eb640e617 (diff) | |
Add a check command to the wallet server to determine whether an object
already exists.
Diffstat (limited to 'client')
| -rw-r--r-- | client/wallet.pod | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/client/wallet.pod b/client/wallet.pod index de20586..8d117e2 100644 --- a/client/wallet.pod +++ b/client/wallet.pod @@ -200,6 +200,11 @@ caution when removing entries from the C<ADMIN> ACL.  Display the name, numeric ID, and entries of the ACL <id>. +=item check <type> <name> + +Check whether an object of type <type> and name <name> already exists.  If +it does, prints C<yes>; if not, prints C<no>. +  =item create <type> <name>  Create a new object of type <type> with name <name>.  With some backends, | 
