aboutsummaryrefslogtreecommitdiff
path: root/source/1.0/doc
diff options
context:
space:
mode:
authorkate.ward <kate.ward@forestent.com>2011-06-28 13:26:02 +0000
committerkate.ward <kate.ward@forestent.com>2011-06-28 13:26:02 +0000
commitda8d2c08827b2584f3dc549b5ce9e6c14b41ca62 (patch)
treee2a1bdac5aedcc5d62207033b6551726738a6974 /source/1.0/doc
parente7ed70c43ffff6147baae1513b1520a05bd4c016 (diff)
downloadshflags-da8d2c08827b2584f3dc549b5ce9e6c14b41ca62.tar.gz
added support for long flags with dashes (issue# 13 14)
Diffstat (limited to 'source/1.0/doc')
-rw-r--r--source/1.0/doc/CHANGES-1.0.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/1.0/doc/CHANGES-1.0.txt b/source/1.0/doc/CHANGES-1.0.txt
index 794283b..70e229f 100644
--- a/source/1.0/doc/CHANGES-1.0.txt
+++ b/source/1.0/doc/CHANGES-1.0.txt
@@ -24,6 +24,10 @@ defining the FLAGS_GETOPT_CMD variable.
Updated gen_test_results.sh and versions from shUnit2 source.
+Fixed issues# 13, 14. Added support for dashes ('-') in long flag names. The
+defined flag will still be declared with underscores ('_') due to shell
+limitations, so only one of a dashed flag name or an underscored flag name are
+allowed, not both.
Changes with 1.0.3
------------------