forked from TrueCloudLab/restic
Synchronize manual with help output
Two commands in the output weren't mentioned in the manual.
This commit is contained in:
parent
9eb39cef05
commit
00797fdd85
1 changed files with 2 additions and 0 deletions
|
@ -20,8 +20,10 @@ Usage help is available:
|
||||||
backup Create a new backup of files and/or directories
|
backup Create a new backup of files and/or directories
|
||||||
cat Print internal objects to stdout
|
cat Print internal objects to stdout
|
||||||
check Check the repository for errors
|
check Check the repository for errors
|
||||||
|
dump Dump data structures
|
||||||
find Find a file or directory
|
find Find a file or directory
|
||||||
forget Remove snapshots from the repository
|
forget Remove snapshots from the repository
|
||||||
|
help Help about any command
|
||||||
init Initialize a new repository
|
init Initialize a new repository
|
||||||
key Manage keys (passwords)
|
key Manage keys (passwords)
|
||||||
list List items in the repository
|
list List items in the repository
|
||||||
|
|
Loading…
Reference in a new issue