summaryrefslogtreecommitdiffstats
path: root/covoar
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-21 12:36:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-21 12:36:36 +0000
commit96d601945335fc389c7816bd3d9a794862bbad12 (patch)
tree9dd93a7d3d304b1455640f3ef27d198a157cc22b /covoar
parent2010-06-18 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-testing-96d601945335fc389c7816bd3d9a794862bbad12.tar.bz2
2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* mkExplanation: Default value for verbose.
Diffstat (limited to 'covoar')
-rw-r--r--covoar/ChangeLog4
-rwxr-xr-xcovoar/mkExplanation1
2 files changed, 5 insertions, 0 deletions
diff --git a/covoar/ChangeLog b/covoar/ChangeLog
index fe2489e..ac59915 100644
--- a/covoar/ChangeLog
+++ b/covoar/ChangeLog
@@ -1,3 +1,7 @@
+2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * mkExplanation: Default value for verbose.
+
2010-06-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile: Add simple script to help write explanation entries.
diff --git a/covoar/mkExplanation b/covoar/mkExplanation
index 79f655f..24e7273 100755
--- a/covoar/mkExplanation
+++ b/covoar/mkExplanation
@@ -24,6 +24,7 @@ message=
messageFile=
category=
sourceLine=
+verbose=no
while getopts c:m:M:r:v OPT
do
case "$OPT" in