We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ad092a commit cb22015Copy full SHA for cb22015
1 file changed
Pure_Create_Volume.py
@@ -15,7 +15,7 @@
15
16
# Global Variables
17
VERSION = '1.0.0'
18
-HEADER = 'Pure Storage Simple List Volumes (' + VERSION + ')'
+HEADER = 'Pure Storage Create Volume (' + VERSION + ')'
19
BANNER = ('=' * 100)
20
DEBUG_LEVEL = 0
21
VERBOSE_FLAG = False
0 commit comments