diff --git a/en-US/Design.xml b/en-US/Design.xml index a44f92d..66aca59 100644 --- a/en-US/Design.xml +++ b/en-US/Design.xml @@ -475,6 +475,26 @@ $ vi myFile.txt --initial-dashboard-password=DASHBOARD_PASSWORD --dashboard-password-noupdate \ --allow-fqdn-hostname + + + + +
+ Omitting Part of Output + + For the sake of brevity, do not show all output to the user in all cases, but only those parts of any output that are relevant to the context that is described. + Where output is not included, place a marker to show that information is purposely excluded. + When shortening the output, use a consistent notation. + Red{nbsp}Hat uses the ...output omitted... notation, starting and ending with an ellipsis, and highlighted in italics. + + +Notation for Excluding Part of Output +[student@workstation image]$ podman build --layers=false -t nexus . +STEP 1: FROM ubi8/ubi:8.3 +Getting image source signatures +...output omitted... +STEP 14: COMMIT ...output omitted... localhost/nexus:latest +