Skip to content

Commit

Permalink
Fix paths in yadm help output
Browse files Browse the repository at this point in the history
For completeness, I added the bootstrap script too.
  • Loading branch information
rasa authored Dec 18, 2020
1 parent 4b5f16d commit e2d9c06
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions yadm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2d9c06

Please sign in to comment.