Reorder descriptions of options
This commit is contained in:
parent
574945f010
commit
117541fd21
1 changed files with 14 additions and 14 deletions
28
yadm.1
28
yadm.1
|
@ -357,16 +357,19 @@ This feature is enabled by default.
|
||||||
.B yadm.auto-private-dirs
|
.B yadm.auto-private-dirs
|
||||||
Disable the automatic creating of private directories described in the section PERMISSIONS.
|
Disable the automatic creating of private directories described in the section PERMISSIONS.
|
||||||
.TP
|
.TP
|
||||||
.B yadm.ssh-perms
|
.B yadm.git-program
|
||||||
Disable the permission changes to
|
Specify an alternate program to use instead of "git".
|
||||||
.IR $HOME/.ssh/* .
|
By default, the first "git" found in $PATH is used.
|
||||||
This feature is enabled by default.
|
|
||||||
.TP
|
.TP
|
||||||
.B yadm.gpg-perms
|
.B yadm.gpg-perms
|
||||||
Disable the permission changes to
|
Disable the permission changes to
|
||||||
.IR $HOME/.gnupg/* .
|
.IR $HOME/.gnupg/* .
|
||||||
This feature is enabled by default.
|
This feature is enabled by default.
|
||||||
.TP
|
.TP
|
||||||
|
.B yadm.gpg-program
|
||||||
|
Specify an alternate program to use instead of "gpg".
|
||||||
|
By default, the first "gpg" found in $PATH is used.
|
||||||
|
.TP
|
||||||
.B yadm.gpg-recipient
|
.B yadm.gpg-recipient
|
||||||
Asymmetrically encrypt files with a gpg public/private key pair.
|
Asymmetrically encrypt files with a gpg public/private key pair.
|
||||||
Provide a "key ID" to specify which public key to encrypt with.
|
Provide a "key ID" to specify which public key to encrypt with.
|
||||||
|
@ -376,13 +379,10 @@ If set to "ASK", gpg will interactively ask for recipients.
|
||||||
See the ENCRYPTION section for more details.
|
See the ENCRYPTION section for more details.
|
||||||
This feature is disabled by default.
|
This feature is disabled by default.
|
||||||
.TP
|
.TP
|
||||||
.B yadm.gpg-program
|
.B yadm.ssh-perms
|
||||||
Specify an alternate program to use instead of "gpg".
|
Disable the permission changes to
|
||||||
By default, the first "gpg" found in $PATH is used.
|
.IR $HOME/.ssh/* .
|
||||||
.TP
|
This feature is enabled by default.
|
||||||
.B yadm.git-program
|
|
||||||
Specify an alternate program to use instead of "git".
|
|
||||||
By default, the first "git" found in $PATH is used.
|
|
||||||
|
|
||||||
.RE
|
.RE
|
||||||
The following four "local" configurations are not stored in the
|
The following four "local" configurations are not stored in the
|
||||||
|
@ -394,12 +394,12 @@ they are stored in the local repository.
|
||||||
Specify a class for the purpose of symlinking alternate files.
|
Specify a class for the purpose of symlinking alternate files.
|
||||||
By default, no class will be matched.
|
By default, no class will be matched.
|
||||||
.TP
|
.TP
|
||||||
.B local.os
|
|
||||||
Override the OS for the purpose of symlinking alternate files.
|
|
||||||
.TP
|
|
||||||
.B local.hostname
|
.B local.hostname
|
||||||
Override the hostname for the purpose of symlinking alternate files.
|
Override the hostname for the purpose of symlinking alternate files.
|
||||||
.TP
|
.TP
|
||||||
|
.B local.os
|
||||||
|
Override the OS for the purpose of symlinking alternate files.
|
||||||
|
.TP
|
||||||
.B local.user
|
.B local.user
|
||||||
Override the user for the purpose of symlinking alternate files.
|
Override the user for the purpose of symlinking alternate files.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue