AWS parallelcluster documentation change
Summary
Fixed markdown formatting for command-line option syntax (backticks and escaping)
Security assessment
The changes are purely syntactic adjustments to improve documentation formatting. No security-related content was added or modified, and there is no evidence of security vulnerability remediation.
Diff
diff --git a/parallelcluster/latest/ug/pcluster.build-image-v3.md b/parallelcluster/latest/ug/pcluster.build-image-v3.md index 205f788b2..bac3c0d29 100644 --- a//parallelcluster/latest/ug/pcluster.build-image-v3.md +++ b//parallelcluster/latest/ug/pcluster.build-image-v3.md @@ -25 +25 @@ Create a custom AWS ParallelCluster image in the specified Region. -``-h, --help`` +`-h, --help` @@ -30 +30 @@ Shows the help text for `pcluster build-image`. -``\--image-configuration, -c `IMAGE_CONFIGURATION``` +`--image-configuration, -c `IMAGE_CONFIGURATION`` @@ -35 +35 @@ Specifies the image configuration file as a YAML document. -``\--image-id, -i `IMAGE_ID``` +`--image-id, -i `IMAGE_ID`` @@ -40 +40 @@ Specifies the id of the image that will be built. -``\--debug`` +`--debug` @@ -45 +45 @@ Turn on debug logging. -``\--dryrun `DRYRUN``` +`--dryrun `DRYRUN`` @@ -50 +50 @@ When `true`, the command performs validation without creating any resources. You -``\--query `QUERY``` +`--query `QUERY`` @@ -55 +55 @@ JMESPath query to perform on output. -``\--region, -r `REGION``` +`--region, -r `REGION`` @@ -60 +60 @@ Specifies the AWS Region to use. The AWS Region must be specified, using the [Re -``\--rollback-on-failure `ROLLBACK_ON_FAILURE``` +`--rollback-on-failure `ROLLBACK_ON_FAILURE`` @@ -65 +65 @@ When `true`, automatically initiates an image stack rollback on failure. (Defaul -``\--suppress-validators ` SUPPRESS_VALIDATORS` [`SUPPRESS_VALIDATORS ...`]`` +`--suppress-validators ` SUPPRESS_VALIDATORS` [`SUPPRESS_VALIDATORS ...`]` @@ -72 +72 @@ Format: (`ALL`|`type:[A-Za-z0-9]+`) -``\--validation-failure-level {`INFO`,`WARNING`,`ERROR`}`` +`--validation-failure-level {`INFO`,`WARNING`,`ERROR`}`