From 92297bdd6dbaeaa6922045e93231cb1b7e19fbc9 Mon Sep 17 00:00:00 2001 From: Chris Frey Date: Fri, 24 Dec 2010 00:48:25 -0500 Subject: [PATCH] doc: updated bio man page with new cstore output mode --- man/bio.1 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/man/bio.1 b/man/bio.1 index e94dbf26..973b99fb 100644 --- a/man/bio.1 +++ b/man/bio.1 @@ -49,6 +49,9 @@ human readable and hex text .B sha1 sum output +.B cstore +for extracting Content Store records + .PP Each command line consists of at least one input and output option, along with their switches. More than one output can be used, as long @@ -201,6 +204,23 @@ the sum to stdout. Include the DB Name, Type, and Unique record ID in the checksum for each record. +.SH CSTORE TYPE OPTIONS +.PP +The +.B cstore +type is used to parse Content Store records. +.TP +.B \-l +List the filenames and folders found in the Content Store database. +.TP +.B \-f file +Select a filename from the above list to extract and save locally. +Specify the entire path as shown in the \-l list. +If the file is found in the device, it will be written to the current +directory, using the base filename as the name. If a file by that name +exists already, the filename will be modified to avoid overwriting local +files. + .SH STANDALONE OPTIONS .TP .B \-h -- 2.11.4.GIT