Skip to content

Commit ee70433

Browse files
authored
Update description and help text in pureTakeFBsnapshot.py
1 parent 08c34e3 commit ee70433

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pureTakeFBsnapshot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
def parsecl():
2424
usage = 'usage: %prog [options]'
2525
version = '%prog ' + VERSION
26-
description = "Tested with FlashBlade fine-grain granual RBAC support, availabile from Purity 4.8.1. To use FlashBlade REALMS, prefix File System with Real name, seperated with double-colon for example <Realm Name>::<File System>. Please contact ron@everpuredata.com for assistance."
26+
description = "Tested with FlashBlade fine-grain granual RBAC, availabile from Purity 4.8.1. To use FlashBlade REALMS, prefix File System with Real name, seperated with double-colon for example <Realm Name>::<File System>"
2727

2828
parser = OptionParser(usage=usage, version=version, description=description)
2929

@@ -56,7 +56,7 @@ def parsecl():
5656
action = 'store',
5757
type = 'string',
5858
dest = 'API_TOKEN',
59-
help = 'Pure API Token')
59+
help = 'Everpure API Token')
6060

6161
parser.add_option('-S', '--suffix',
6262
action = 'store',

0 commit comments

Comments
 (0)