forked from TrueCloudLab/restic
Update manpages and auto-completion
This commit is contained in:
parent
44968c7d43
commit
5dcee7f0a3
1 changed files with 6 additions and 0 deletions
|
@ -2177,6 +2177,12 @@ _restic_list()
|
|||
|
||||
must_have_one_flag=()
|
||||
must_have_one_noun=()
|
||||
must_have_one_noun+=("blobs")
|
||||
must_have_one_noun+=("index")
|
||||
must_have_one_noun+=("keys")
|
||||
must_have_one_noun+=("locks")
|
||||
must_have_one_noun+=("packs")
|
||||
must_have_one_noun+=("snapshots")
|
||||
noun_aliases=()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue