From 2e4c0c8eb907c9674abd581ccfefb1ae50935002 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Wed, 20 Mar 2019 12:06:15 -0400 Subject: [PATCH] Correct header file name --- client-cli/pvc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-cli/pvc.py b/client-cli/pvc.py index 8a8f63b2..fa7a06da 100755 --- a/client-cli/pvc.py +++ b/client-cli/pvc.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# pvcd.py - PVC client command-line interface +# pvc.py - PVC client command-line interface # Part of the Parallel Virtual Cluster (PVC) system # # Copyright (C) 2018 Joshua M. Boniface