Fix paths in yadm help output
For completeness, I added the bootstrap script too.
This commit is contained in:
parent
4b5f16d73a
commit
e2d9c06168
1 changed files with 5 additions and 4 deletions
9
yadm
9
yadm
|
@ -1169,10 +1169,11 @@ Commands:
|
|||
yadm transcrypt [OPTIONS] - Run transcrypt commands for the yadm repo
|
||||
|
||||
Files:
|
||||
\$HOME/.config/yadm/config - yadm's configuration file
|
||||
\$HOME/.config/yadm/repo.git - yadm's Git repository
|
||||
\$HOME/.config/yadm/encrypt - List of globs used for encrypt/decrypt
|
||||
\$HOME/.config/yadm/archive - Encrypted data stored here
|
||||
\$HOME/.config/yadm/config - yadm's configuration file
|
||||
\$HOME/.config/yadm/encrypt - List of globs to encrypt/decrypt
|
||||
\$HOME/.config/yadm/bootstrap - Script run via: yadm bootstrap
|
||||
\$HOME/.local/share/yadm/repo.git - yadm's Git repository
|
||||
\$HOME/.local/share/yadm/archive - Encrypted data stored here
|
||||
|
||||
Use "man yadm" for complete documentation.
|
||||
EOF
|
||||
|
|
Loading…
Reference in a new issue