summaryrefslogtreecommitdiff
path: root/yarns/0060-encryption.yarn
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-01-12 15:33:48 +0000
committerLars Wirzenius <liw@liw.fi>2014-01-12 15:33:48 +0000
commita2b0154f4ac553a4b415abd43f7a9c973156ebbd (patch)
tree78f8880f3ca466af10e69ea67359c6206fc4a983 /yarns/0060-encryption.yarn
parent00ba4f1edcc4ab27097f728026bbe211eee68354 (diff)
downloadobnam-a2b0154f4ac553a4b415abd43f7a9c973156ebbd.tar.gz
Note untested encryption commands
Diffstat (limited to 'yarns/0060-encryption.yarn')
-rw-r--r--yarns/0060-encryption.yarn9
1 files changed, 4 insertions, 5 deletions
diff --git a/yarns/0060-encryption.yarn b/yarns/0060-encryption.yarn
index 89c9c642..dde7268e 100644
--- a/yarns/0060-encryption.yarn
+++ b/yarns/0060-encryption.yarn
@@ -118,15 +118,14 @@ Key queries
-----------
Obnam has a couple of commands to list the keys in the repository and
-what they have access to.
-
-# obnam [options] list-keys
-# obnam [options] list-toplevels
+what they have access to (`list-keys`, `list-toplevels`). These are
+primarily useful for debugging, and not not worth writing tests for
+(at least for now).
Removing a client
-----------------
-Obnam currently has a `obnam remove-client` command which only works
+Obnam has a `obnam remove-client` command which currently only works
when encryption is used. This is a wart, a bug, and a disgrace.
However, it will be fixed some day, and until then the command is
tested in this chapter.