diff options
Diffstat (limited to 'extras/quota/xattr_analysis.py')
-rwxr-xr-x | extras/quota/xattr_analysis.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/quota/xattr_analysis.py b/extras/quota/xattr_analysis.py index d3d1a74170b..512fcd39b88 100755 --- a/extras/quota/xattr_analysis.py +++ b/extras/quota/xattr_analysis.py @@ -1,5 +1,5 @@ -#!/usr/bin/python -# Below script has to purpose +#!/usr/bin/python2 +# Below script has two purposes # 1. Display xattr of entire FS tree in a human readable form # 2. Display all the directory where contri and size mismatch. # (If there are any directory with contri and size mismatch that are not dirty |