diff --git a/src/cfengine_cli/syntax-description.json b/src/cfengine_cli/syntax-description.json index 0bbb5b0..7dbc7aa 100644 --- a/src/cfengine_cli/syntax-description.json +++ b/src/cfengine_cli/syntax-description.json @@ -2141,6 +2141,27 @@ "type": "option", "visibility": "body" }, + "remount": { + "attribute": "remount", + "range": "true,false,yes,no,on,off", + "status": "normal", + "type": "option", + "visibility": "body" + }, + "remount_methods": { + "attribute": "remount_methods", + "range": "remount,unmount_mount", + "status": "normal", + "type": "olist", + "visibility": "body" + }, + "remount_timeout": { + "attribute": "remount_timeout", + "range": "0,99999999999", + "status": "normal", + "type": "int", + "visibility": "body" + }, "unmount": { "attribute": "unmount", "range": "true,false,yes,no,on,off",