summaryrefslogtreecommitdiff
path: root/examples/arg_print.py
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2018-09-28 13:53:27 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2018-09-28 13:53:27 -0400
commit4b4b3ef1819dde1c6d1ea7a70bf67e805d23470d (patch)
tree1f39e0d9f1dd4327a3d54fc381901ba7b83ac6cd /examples/arg_print.py
parent35e99b267c61ba38023fadfa6687785357c74aaf (diff)
parented33f32b5924be3866c147bf8eaf088e65cd101d (diff)
downloadcmd2-git-4b4b3ef1819dde1c6d1ea7a70bf67e805d23470d.tar.gz
Merge branch 'macro' into argparse_conversion
Diffstat (limited to 'examples/arg_print.py')
-rwxr-xr-xexamples/arg_print.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/arg_print.py b/examples/arg_print.py
index 6b7d030e..f2168126 100755
--- a/examples/arg_print.py
+++ b/examples/arg_print.py
@@ -2,7 +2,7 @@
# coding=utf-8
"""A simple example demonstrating the following:
1) How arguments and options get parsed and passed to commands
- 2) How to change what syntax get parsed as a comment and stripped from the arguments
+ 2) How to change what syntax gets parsed as a comment and stripped from the arguments
This is intended to serve as a live demonstration so that developers can
experiment with and understand how command and argument parsing work.