Carpitalization

This commit is contained in:
Joshua Boniface 2018-06-17 02:22:43 -04:00
parent cb90d2a7bf
commit ae28622475
1 changed files with 1 additions and 1 deletions

2
pvc.py
View File

@ -484,7 +484,7 @@ def node_info(node, long_output):
############################################################################### ###############################################################################
# pvc node list # pvc node list
############################################################################### ###############################################################################
@click.command(name='list', short_help='List all Node objects') @click.command(name='list', short_help='List all node objects')
def node_list(): def node_list():
""" """
List all hypervisor nodes in the cluster. List all hypervisor nodes in the cluster.