From 8f31f49252986b13495fb19df4fdba59cf55154a Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Wed, 6 Jun 2018 13:35:16 -0400 Subject: [PATCH] Remove some old help text --- pvc.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pvc.py b/pvc.py index 3fe7d0b1..ca390c06 100755 --- a/pvc.py +++ b/pvc.py @@ -83,10 +83,6 @@ def ready_host(): def vm(): """ Manage the state of a virtual machine in the PVC cluster. - - Notes: - - * PVC virtual machines are always managed by UUID. To find a name-to-UUID mapping, use the 'search' command. """ pass