Update docs name of init command

This commit is contained in:
Joshua Boniface 2020-11-25 10:36:48 -05:00
parent ce5ee11841
commit a5d495cfaf
2 changed files with 2 additions and 2 deletions

View File

@ -4144,7 +4144,7 @@ def task_restore(filename, confirm_flag):
###############################################################################
# pvc init
# pvc task init
###############################################################################
@click.command(name='init', short_help='Initialize a new cluster.')
@click.option(

View File

@ -36,7 +36,7 @@ The PVC role configures all the dependencies of PVC, including storage, networki
* Install and configure FRRouting.
* Install and configure the main PVC daemon and API client, including initializing the PVC cluster (`pvc init`).
* Install and configure the main PVC daemon and API client, including initializing the PVC cluster (`pvc task init`).
## Completion