forked from TrueCloudLab/restic
Update manpages and auto-completion
This commit is contained in:
parent
cfccd67600
commit
68bf1509bd
2 changed files with 6 additions and 0 deletions
|
@ -349,6 +349,8 @@ _restic_check()
|
||||||
local_nonpersistent_flags+=("--help")
|
local_nonpersistent_flags+=("--help")
|
||||||
flags+=("--read-data")
|
flags+=("--read-data")
|
||||||
local_nonpersistent_flags+=("--read-data")
|
local_nonpersistent_flags+=("--read-data")
|
||||||
|
flags+=("--read-data-subset=")
|
||||||
|
local_nonpersistent_flags+=("--read-data-subset=")
|
||||||
flags+=("--with-cache")
|
flags+=("--with-cache")
|
||||||
local_nonpersistent_flags+=("--with-cache")
|
local_nonpersistent_flags+=("--with-cache")
|
||||||
flags+=("--cacert=")
|
flags+=("--cacert=")
|
||||||
|
|
|
@ -36,6 +36,10 @@ repository and not use a local cache.
|
||||||
\fB\-\-read\-data\fP[=false]
|
\fB\-\-read\-data\fP[=false]
|
||||||
read all data blobs
|
read all data blobs
|
||||||
|
|
||||||
|
.PP
|
||||||
|
\fB\-\-read\-data\-subset\fP=""
|
||||||
|
read subset of data packs
|
||||||
|
|
||||||
.PP
|
.PP
|
||||||
\fB\-\-with\-cache\fP[=false]
|
\fB\-\-with\-cache\fP[=false]
|
||||||
use the cache
|
use the cache
|
||||||
|
|
Loading…
Reference in a new issue