From ae28622475115ee2ed119a0c4a091947885c675b Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Sun, 17 Jun 2018 02:22:43 -0400 Subject: [PATCH] Carpitalization --- pvc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pvc.py b/pvc.py index 4d11d105..bcebcb19 100755 --- a/pvc.py +++ b/pvc.py @@ -484,7 +484,7 @@ def node_info(node, long_output): ############################################################################### # 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(): """ List all hypervisor nodes in the cluster.