diff --git a/en-US/Design.xml b/en-US/Design.xml index 7d3ccae..b772694 100644 --- a/en-US/Design.xml +++ b/en-US/Design.xml @@ -425,6 +425,21 @@ $ vi myFile.txt Use line continuation characters without the associated PS2 prompts. + + + + On Linux and macOS operating systems, use the Linux shell continuation character (\). + + + + + On Windows operating systems, use the backtick character (`). + + + + + For content that is potentially used in multiple operating systems, use the Linux shell continuation character, and include an explanatory sentence before the command. + - - -Wrapping Long Commands with Continuation Characters and Without PS2 Prompts +$ aws iam create-policy --policy-name RosaCloudWatch \ + --policy-document file://policy.json --query Policy.Arn --output text +arn:aws:iam::452954386616:policy/RosaCloudWatch + - This example uses continuation characters but not PS2 prompts. - -[root@node]# cephadm bootstrap --mon-ip=MON_IP --registry-url=registry.redhat.io \ ---registry-username=REGISTRY_USERNAME --registry-password=REGISTRY_PASSWORD \ ---initial-dashboard-password=DASHBOARD_PASSWORD --dashboard-password-noupdate \ ---allow-fqdn-hostname - +The ARN in the preceding output is different on your system. +