diff options
author | Brad King <brad.king@kitware.com> | 2021-03-19 15:17:58 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2021-03-19 15:18:22 (GMT) |
commit | 4acccc8b68647b110ebb034b8fe6ee9c3ba9d0aa (patch) | |
tree | 3b7e3213a77b01f4d166d5b46cb6cf2fa3caf01d | |
parent | 3f4ef5d787301cdb79acf46acc141f58d9831d0c (diff) | |
parent | fae7910268ca132c3eee28f8fbae9eb29516b5cc (diff) | |
download | CMake-4acccc8b68647b110ebb034b8fe6ee9c3ba9d0aa.zip CMake-4acccc8b68647b110ebb034b8fe6ee9c3ba9d0aa.tar.gz CMake-4acccc8b68647b110ebb034b8fe6ee9c3ba9d0aa.tar.bz2 |
Merge topic 'schema-typo'
fae7910268 Help: Fix typos in presets schema field descriptions
fa1b729b9d Merge branch 'backport-preset-schema-typos' into preset-schema-typos
bda6446e6f Help: Fix typos in presets schema field descriptions
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5922
-rw-r--r-- | Help/manual/presets/schema.json | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/Help/manual/presets/schema.json b/Help/manual/presets/schema.json index a5025bb..e2b1d95 100644 --- a/Help/manual/presets/schema.json +++ b/Help/manual/presets/schema.json @@ -19,7 +19,7 @@ "properties": { "version": { "const": 2, - "description": "A requVired integer representing the version of the JSON schema." + "description": "A required integer representing the version of the JSON schema." }, "cmakeMinimumRequired": { "$ref": "#/definitions/cmakeMinimumRequired"}, "vendor": { "$ref": "#/definitions/vendor" }, @@ -450,7 +450,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", @@ -498,11 +498,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", @@ -572,7 +572,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", @@ -612,7 +612,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", @@ -623,15 +623,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", @@ -639,11 +639,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", @@ -713,7 +713,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 @@ -760,11 +760,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", @@ -808,11 +808,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", |