Add docs about new parameters
This commit is contained in:
parent
040ef0d5e0
commit
d1245a3d7f
1 changed files with 8 additions and 2 deletions
|
@ -243,14 +243,20 @@ file format. Since it does not operate on any repository no name
|
||||||
substitution is performed.
|
substitution is performed.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@deffn Sub-Command update
|
@deffn Sub-Command update [location]
|
||||||
|
If @var{location} is specified, operate on it, otherwise operate on
|
||||||
|
all registered repositories not in the exclusion list.
|
||||||
|
|
||||||
Merge the template configuration with each repository's existing
|
Merge the template configuration with each repository's existing
|
||||||
configuration. This adds settings and sections that weren't there before
|
configuration. This adds settings and sections that weren't there before
|
||||||
and overwrites settings that were. This is a destructive operation, so
|
and overwrites settings that were. This is a destructive operation, so
|
||||||
be sure your settings are correct.
|
be sure your settings are correct.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@deffn Sub-Command hooks
|
@deffn Sub-Command hooks [location]
|
||||||
|
If @var{location} is specified, operate on it, otherwise operate on
|
||||||
|
all registered repositories not in the exclusion list.
|
||||||
|
|
||||||
Install the hooks specified in the configuration file into each
|
Install the hooks specified in the configuration file into each
|
||||||
repository. Each hook is a symlink to the configured executable.
|
repository. Each hook is a symlink to the configured executable.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
Loading…
Reference in a new issue