Add transcrypt info to man page
This commit is contained in:
parent
4b99ece480
commit
550a6b4340
1 changed files with 11 additions and 0 deletions
11
yadm.1
11
yadm.1
|
@ -58,6 +58,8 @@ list
|
||||||
|
|
||||||
.BR yadm " git-crypt [ options ]
|
.BR yadm " git-crypt [ options ]
|
||||||
|
|
||||||
|
.BR yadm " transcrypt [ options ]
|
||||||
|
|
||||||
.BR yadm " upgrade
|
.BR yadm " upgrade
|
||||||
|
|
||||||
.BR yadm " introspect
|
.BR yadm " introspect
|
||||||
|
@ -281,6 +283,15 @@ configuration
|
||||||
.I yadm.auto-perms
|
.I yadm.auto-perms
|
||||||
to "false".
|
to "false".
|
||||||
.TP
|
.TP
|
||||||
|
.BI transcrypt " options
|
||||||
|
If transcrypt is installed, this command allows you to pass options directly to
|
||||||
|
transcrypt, with the environment configured to use the yadm repository.
|
||||||
|
|
||||||
|
transcrypt enables transparent encryption and decryption of files in a git repository.
|
||||||
|
You can read
|
||||||
|
https://github.com/elasticdog/transcrypt
|
||||||
|
for details.
|
||||||
|
.TP
|
||||||
.B upgrade
|
.B upgrade
|
||||||
Version 2 of yadm uses a different directory for storing your configurations.
|
Version 2 of yadm uses a different directory for storing your configurations.
|
||||||
When you start to use version 2 for the first time, you may see warnings about
|
When you start to use version 2 for the first time, you may see warnings about
|
||||||
|
|
Loading…
Reference in a new issue