summaryrefslogtreecommitdiff
path: root/Help
diff options
context:
space:
mode:
authorAdriaan de Groot <groot@kde.org>2021-03-18 01:04:02 +0100
committerBrad King <brad.king@kitware.com>2021-03-18 10:07:09 -0400
commitbda6446e6f655dae7098cffdccfe563284c45970 (patch)
tree985bab2dac277abb7568ee35f401671da46d0e1a /Help
parentfab7fe7ef5a5462952297611c1dd668a603e3a36 (diff)
downloadcmake-bda6446e6f655dae7098cffdccfe563284c45970.tar.gz
Help: Fix typos in presets schema field descriptions
Diffstat (limited to 'Help')
-rw-r--r--Help/manual/presets/schema.json30
1 files changed, 15 insertions, 15 deletions
diff --git a/Help/manual/presets/schema.json b/Help/manual/presets/schema.json
index ffbd7feb3e..f8faf3dd7f 100644
--- a/Help/manual/presets/schema.json
+++ b/Help/manual/presets/schema.json
@@ -362,7 +362,7 @@
},
"inheritConfigureEnvironment": {
"type": "boolean",
- "description": "An optional Boolean that defaults to true. If true, the environment variables from the associated configure preset are inherited after all inherited build preset environments, but before environment variables explicitly specified in this build preset."
+ "description": "An optional boolean that defaults to true. If true, the environment variables from the associated configure preset are inherited after all inherited build preset environments, but before environment variables explicitly specified in this build preset."
},
"environment": {
"type": "object",
@@ -410,11 +410,11 @@
},
"cleanFirst": {
"type": "boolean",
- "description": "An optional bool. If true, equivalent to passing --clean-first on the command line."
+ "description": "An optional boolean. If true, equivalent to passing --clean-first on the command line."
},
"verbose": {
"type": "boolean",
- "description": "An optional bool. If true, equivalent to passing --verbose on the command line."
+ "description": "An optional boolean. If true, equivalent to passing --verbose on the command line."
},
"nativeToolOptions": {
"type": "array",
@@ -484,7 +484,7 @@
},
"inheritConfigureEnvironment": {
"type": "boolean",
- "description": "An optional Boolean that defaults to true. If true, the environment variables from the associated configure preset are inherited after all inherited test preset environments, but before environment variables explicitly specified in this test preset."
+ "description": "An optional boolean that defaults to true. If true, the environment variables from the associated configure preset are inherited after all inherited test preset environments, but before environment variables explicitly specified in this test preset."
},
"environment": {
"type": "object",
@@ -524,7 +524,7 @@
"properties": {
"shortProgress": {
"type": "boolean",
- "description": "An optional bool. If true, equivalent to passing --progress on the command line."
+ "description": "An optional boolean. If true, equivalent to passing --progress on the command line."
},
"verbosity": {
"type": "string",
@@ -535,15 +535,15 @@
},
"debug": {
"type": "boolean",
- "description": "An optional bool. If true, equivalent to passing --debug on the command line."
+ "description": "An optional boolean. If true, equivalent to passing --debug on the command line."
},
"outputOnFailure": {
"type": "boolean",
- "description": "An optional bool. If true, equivalent to passing --output-on-failure on the command line."
+ "description": "An optional boolean. If true, equivalent to passing --output-on-failure on the command line."
},
"quiet": {
"type": "boolean",
- "description": "An optional bool. If true, equivalent to passing --quiet on the command line."
+ "description": "An optional boolean. If true, equivalent to passing --quiet on the command line."
},
"outputLogFile": {
"type": "string",
@@ -551,11 +551,11 @@
},
"labelSummary": {
"type": "boolean",
- "description": "An optional bool. If false, equivalent to passing --no-label-summary on the command line."
+ "description": "An optional boolean. If false, equivalent to passing --no-label-summary on the command line."
},
"subprojectSummary": {
"type": "boolean",
- "description": "An optional bool. If false, equivalent to passing --no-subproject-summary on the command line."
+ "description": "An optional boolean. If false, equivalent to passing --no-subproject-summary on the command line."
},
"maxPassedTestOutputSize": {
"type": "integer",
@@ -625,7 +625,7 @@
},
"useUnion": {
"type": "boolean",
- "description": "An optional bool. Equivalent to passing --union on the command line."
+ "description": "An optional boolean. Equivalent to passing --union on the command line."
}
},
"additionalProperties": false
@@ -672,11 +672,11 @@
"properties": {
"stopOnFailure": {
"type": "boolean",
- "description": "An optional bool. If true, equivalent to passing --stop-on-failure on the command line."
+ "description": "An optional boolean. If true, equivalent to passing --stop-on-failure on the command line."
},
"enableFailover": {
"type": "boolean",
- "description": "An optional bool. If true, equivalent to passing -F on the command line."
+ "description": "An optional boolean. If true, equivalent to passing -F on the command line."
},
"jobs": {
"type": "integer",
@@ -720,11 +720,11 @@
},
"interactiveDebugging": {
"type": "boolean",
- "description": "An optional bool. If true, equivalent to passing --interactive-debug-mode 1 on the command line. If false, equivalent to passing --interactive-debug-mode 0 on the command line."
+ "description": "An optional boolean. If true, equivalent to passing --interactive-debug-mode 1 on the command line. If false, equivalent to passing --interactive-debug-mode 0 on the command line."
},
"scheduleRandom": {
"type": "boolean",
- "description": "An optional bool. If true, equivalent to passing --schedule-random on the command line."
+ "description": "An optional boolean. If true, equivalent to passing --schedule-random on the command line."
},
"timeout": {
"type": "integer",