summaryrefslogtreecommitdiffstats
path: root/docs/style_guide.adoc
diff options
context:
space:
mode:
authorThomas Wiest <twiest@users.noreply.github.com>2015-07-22 10:34:03 -0400
committerThomas Wiest <twiest@users.noreply.github.com>2015-07-22 10:34:03 -0400
commitb5e39bf3a3b3a80157e5c35100460448d40de0b9 (patch)
treecbe0368b7346aee7be5516c8347fc1853b6f7899 /docs/style_guide.adoc
parent63699feb49b03f2acd9f2705743480172381b913 (diff)
parent56337d04f3c746b88382d13e13a6b5f52d4a7d24 (diff)
downloadopenshift-b5e39bf3a3b3a80157e5c35100460448d40de0b9.tar.gz
openshift-b5e39bf3a3b3a80157e5c35100460448d40de0b9.tar.bz2
openshift-b5e39bf3a3b3a80157e5c35100460448d40de0b9.tar.xz
openshift-b5e39bf3a3b3a80157e5c35100460448d40de0b9.zip
Merge pull request #380 from twiest/doc_changes
added decisions made at the last ansible arch meeting.
Diffstat (limited to 'docs/style_guide.adoc')
-rw-r--r--docs/style_guide.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/style_guide.adoc b/docs/style_guide.adoc
index 110e7153f..09d4839c7 100644
--- a/docs/style_guide.adoc
+++ b/docs/style_guide.adoc
@@ -65,7 +65,7 @@ Example: `tasks.yml`
| Variables meant to be passed in from the ansible CLI MUST have a prefix of cli_
|===
-Ansible allows variables to be passed in on the command line using the `-e` option. These variables MUST have a prefix of cli_ so that it's clear where they came from, and how dangerous they are (can be exploited).
+Ansible allows variables to be passed in on the command line using the `-e` option. These variables MUST have a prefix of cli_ so that it's clear where they came from, and that they could be exploited.
.Example: