Add missing details to manpage
This commit is contained in:
parent
1fc52536ac
commit
5b105e0687
1 changed files with 3 additions and 1 deletions
4
yadm.1
4
yadm.1
|
@ -266,6 +266,8 @@ This command will start by moving your yadm repo to the new path.
|
|||
Next it will move any configuration data to the new path.
|
||||
If the configurations are tracked within your yadm repo, this command will
|
||||
"stage" the renaming of those files in the repo's index.
|
||||
Upgrading will also re-initialize all submodules you have added (otherwise they
|
||||
will be broken when the repo moves).
|
||||
After running "yadm upgrade", you should run "yadm status" to review changes
|
||||
which have been staged, and commit them to your repository.
|
||||
|
||||
|
@ -610,7 +612,7 @@ to create or overwrite files.
|
|||
|
||||
During processing, the following variables are available in the template:
|
||||
|
||||
Builtin Jinja Description
|
||||
Default Jinja Description
|
||||
------------- ------------- --------------------------
|
||||
yadm.class YADM_CLASS Locally defined yadm class
|
||||
yadm.distro YADM_DISTRO lsb_release -si
|
||||
|
|
Loading…
Reference in a new issue