Skip to content

Commit 3bb602e

Browse files
committed
Fixed inline documentation for parameter
1 parent d484d73 commit 3bb602e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/files.cf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1943,9 +1943,7 @@ body delete tidy
19431943

19441944
body fsattrs immutable(CF_BOOL)
19451945
# @brief Ensure promised file is immutable or is not immutable
1946-
# @param true_or_false A string, when true file immutability is enfored, when false file immutability is prevented.
1947-
# cf-promises --syntax-description json | jq '.bodyTypes.fsattrs.attributes.immutable.range': "true,false,yes,no,on,off"
1948-
1946+
# @param CF_BOOL A string, valid in the range `(true|false|yes|no|on|off)`. When true file immutability is enfored, when false file immutability is prevented.
19491947
#
19501948
# **Example:**
19511949
#

0 commit comments

Comments
 (0)