summaryrefslogtreecommitdiff
path: root/client/wallet.pod
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2008-02-07 01:44:28 +0000
committerRuss Allbery <rra@stanford.edu>2008-02-07 01:44:28 +0000
commit428c88bb0a08ba2eb06c7f5181f7cbee2f7ee398 (patch)
treee825ea00b3ceb0074bbd8183ea16fceafb6c135d /client/wallet.pod
parente733132938bc4fc74584b9a7c0f5441eb640e617 (diff)
Add a check command to the wallet server to determine whether an object
already exists.
Diffstat (limited to 'client/wallet.pod')
-rw-r--r--client/wallet.pod5
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,