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:
20
yadm
20
yadm
@@ -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")" "$@"
|
||||
|
||||
Reference in New Issue
Block a user