diff --git a/bucket-tool b/bucket-tool index eb02e1a..524dba2 100644 --- a/bucket-tool +++ b/bucket-tool @@ -14,14 +14,15 @@ Description: search the filebucket and restore from it. Actions: - search : Search for bucket entries matching a portion of the filepath - list : List all Bucket entries - list-files : List all files/paths that have been backed up to the bucket - get : Get the content of a specific entry (by hash) + search : Search for bucket entries matching a portion of the filepath + list : List all Bucket entries + list-files : List all files/paths that have been backed up to the bucket + get : Get the content of a specific entry (by hash) + restore : Restore previous state of file stored in bucket (by-hash) Global Flags: - -d | --debug : Set debug flag - -h | --help : This help message + -d | --debug : Set debug flag + -h | --help : This help message Author: Name: Tristan Ancelet