Skip to content

Commit 3efe4e0

Browse files
authored
Fix typo in description for parsecl function
1 parent ee70433 commit 3efe4e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pureTakeFBsnapshot.py

Lines changed: 1 addition & 1 deletion
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, 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>"
26+
description = "Tested with FlashBlade fine-grain granual RBAC, available 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

0 commit comments

Comments
 (0)