summaryrefslogtreecommitdiff
path: root/files/stat.py
diff options
context:
space:
mode:
Diffstat (limited to 'files/stat.py')
-rw-r--r--files/stat.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/stat.py b/files/stat.py
index 10ed4e0e..874f7aec 100644
--- a/files/stat.py
+++ b/files/stat.py
@@ -303,17 +303,17 @@ stat:
type: string
sample: us-ascii
readable:
- description: Tells you if the invoking user has the right to read the path
+ description: Tells you if the invoking user has the right to read the path, added in version 2.2
returned: success, path exists and user can read the path
type: boolean
sample: False
writeable:
- description: Tells you if the invoking user has the right to write the path
+ description: Tells you if the invoking user has the right to write the path, added in version 2.2
returned: success, path exists and user can write the path
type: boolean
sample: False
executable:
- description: Tells you if the invoking user has the execute the path
+ description: Tells you if the invoking user has the execute the path, added in version 2.2
returned: success, path exists and user can execute the path
type: boolean
sample: False