mirror of https://github.com/restic/restic.git
Update manpages and auto-completion
This commit is contained in:
parent
cfccd67600
commit
68bf1509bd
|
@ -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 New Issue