summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-03-01 18:44:32 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-03-01 18:44:32 -0500
commit4a6171d92be9e96717d35deea7868add1c10a407 (patch)
treecc98a0f8b3d59ea637fa1e521aaadff17f9943a1 /CHANGELOG.md
parentde5213605d04ded441783ad77e87e91539ceee68 (diff)
downloadcmd2-git-4a6171d92be9e96717d35deea7868add1c10a407.tar.gz
Updated docs about comments
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6b2bb782..3cc43917 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,8 +12,8 @@
* Removed ability to call commands in ``pyscript`` as if they were functions (e.g ``app.help()``) in favor
of only supporting one ``pyscript`` interface. This simplifies future maintenance.
* No longer supporting C-style comments. Hash (#) is the only valid comment marker.
- * No longer supporting comments embedded in a command. Only strings where the first non-whitespace character
- is a # will be treated as comments. All other # characters will be treated as literals.
+ * No longer supporting comments embedded in a command. Only command line input where the first
+ non-whitespace character is a # will be treated as a comment.
* \# this is a comment
* this # is not a comment