From af8d282f46812958ec36159dfc74be5ab0ff40fb Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Fri, 23 Jan 2009 16:59:39 -0700 Subject: [PATCH] CLI.txt: improve docs on 'tahoe manifest' to cover --verify-cap, --repair-cap, and streaming JSON --- docs/frontends/CLI.txt | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/frontends/CLI.txt b/docs/frontends/CLI.txt index 2c950d34..e1553133 100644 --- a/docs/frontends/CLI.txt +++ b/docs/frontends/CLI.txt @@ -336,6 +336,8 @@ tahoe mv tahoe:uploaded.txt fun:uploaded.txt tahoe manifest tahoe: tahoe manifest --storage-index tahoe: +tahoe manifest --verify-cap tahoe: +tahoe manifest --repair-cap tahoe: tahoe manifest --raw tahoe: This performs a recursive walk of the given directory, visiting every file @@ -347,9 +349,12 @@ tahoe manifest --raw tahoe: If --storage-index is added, each line will instead contain the object's storage index. This (string) value is useful to determine which share files - (on the server) are associated with this directory tree. If --raw is - provided instead, the output will be a JSON-encoded dictionary that includes - keys for storage index strings, verifycaps, and deep-stats. + (on the server) are associated with this directory tree. The --verify-cap + and --repair-cap options are similar, but emit a verify-cap and repair-cap, + respectively. If --raw is provided instead, the output will be a + JSON-encoded dictionary that includes keys for pathnames, storage index + strings, and cap strings. The last line of the --raw output will be a JSON + encoded deep-stats dictionary. tahoe stats tahoe: -- 2.45.2