mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 12:55:18 +00:00
Update manpages and auto-completion
This commit is contained in:
parent
cfccd67600
commit
68bf1509bd
@ -349,6 +349,8 @@ _restic_check()
|
||||
local_nonpersistent_flags+=("--help")
|
||||
flags+=("--read-data")
|
||||
local_nonpersistent_flags+=("--read-data")
|
||||
flags+=("--read-data-subset=")
|
||||
local_nonpersistent_flags+=("--read-data-subset=")
|
||||
flags+=("--with-cache")
|
||||
local_nonpersistent_flags+=("--with-cache")
|
||||
flags+=("--cacert=")
|
||||
|
@ -36,6 +36,10 @@ repository and not use a local cache.
|
||||
\fB\-\-read\-data\fP[=false]
|
||||
read all data blobs
|
||||
|
||||
.PP
|
||||
\fB\-\-read\-data\-subset\fP=""
|
||||
read subset of data packs
|
||||
|
||||
.PP
|
||||
\fB\-\-with\-cache\fP[=false]
|
||||
use the cache
|
||||
|
Loading…
Reference in New Issue
Block a user