pub const TRUST_EXAMPLES: &str = "\
EXAMPLES:
devp trust The report
devp trust --json | jq '.summary.widened'
Just the settings that widen what may happen
devp trust --json | jq -e '.summary.widened_count == 0'
Exit 1 from jq if this machine has widened anything
Run interactively with a terminal, `--json` also copies the document to the clipboard.";