diff options
Diffstat (limited to 'server/wallet-backend.8')
-rw-r--r-- | server/wallet-backend.8 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/server/wallet-backend.8 b/server/wallet-backend.8 index b1c57d0..f1544ac 100644 --- a/server/wallet-backend.8 +++ b/server/wallet-backend.8 @@ -1,4 +1,4 @@ -.\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28) +.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28) .\" .\" Standard preamble: .\" ======================================================================== @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "WALLET-BACKEND 8" -.TH WALLET-BACKEND 8 "2014-07-16" "1.1" "wallet" +.TH WALLET-BACKEND 8 "2014-12-08" "1.2" "wallet" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -320,6 +320,11 @@ result will be the name of an \s-1ACL.\s0 If <owner> is given, sets the owner of the object identified by <type> and <name> to <owner>. If <owner> is the empty string, clears the owner of the object. +.IP "rename <type> <name> <new\-name>" 4 +.IX Item "rename <type> <name> <new-name>" +Renames an existing object. This currently only supports file objects, +where it renames the object itself, then the name and location of the +object in the file store. .IP "setacl <type> <name> <acl> <id>" 4 .IX Item "setacl <type> <name> <acl> <id>" Sets the \s-1ACL\s0 <acl>, which must be one of \f(CW\*(C`get\*(C'\fR, \f(CW\*(C`store\*(C'\fR, \f(CW\*(C`show\*(C'\fR, |