1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00

Replace "TODO text" for yadm config (#46)

This commit is contained in:
Tim Byrne
2017-01-25 17:28:55 -06:00
parent 671b5c6ec6
commit 76d90db627
2 changed files with 25 additions and 3 deletions

20
yadm
View File

@@ -277,7 +277,25 @@ function config() {
if [ -z "$*" ] ; then
#; with no parameters, provide some helpful documentation
echo TODO: Print help about available yadm configurations
cat << EOF
yadm supports the following configurations:
alt.class
alt.host
alt.os
alt.user
yadm.auto-alt
yadm.auto-perms
yadm.git-program
yadm.gpg-perms
yadm.gpg-program
yadm.gpg-recipient
yadm.ssh-perms
Please read the CONFIGURATION section in the man
page for more details about configurations, and
how to adjust them.
EOF
else
#; operate on the yadm configuration file
git config --file="$(mixed_path "$YADM_CONFIG")" "$@"