aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorkate.ward <kate.ward@forestent.com>2008-11-17 17:40:04 +0000
committerkate.ward <kate.ward@forestent.com>2008-11-17 17:40:04 +0000
commitde77c878f1cc3f75bd59171d50a76c028a8d43f8 (patch)
treeafdc4de2a348d2d057b751a6a2d6075de3a2e05a /source
parent90681c3be7a42bd0b24936b85edd3c31afa7896e (diff)
downloadshflags-de77c878f1cc3f75bd59171d50a76c028a8d43f8.tar.gz
fixed the long_desc short identifier in enhanced help test
Diffstat (limited to 'source')
-rwxr-xr-xsource/1.0/src/shflags_test_public.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/1.0/src/shflags_test_public.sh b/source/1.0/src/shflags_test_public.sh
index 65bd4ab..4bd9037 100755
--- a/source/1.0/src/shflags_test_public.sh
+++ b/source/1.0/src/shflags_test_public.sh
@@ -102,7 +102,7 @@ testEnhancedHelpOutput()
DEFINE_integer test_int 0 'test integer' i
DEFINE_string test_str '' 'test string' s
DEFINE_string long_desc 'blah' \
- 'testing of a long description to force wrap of default value' l
+ 'testing of a long description to force wrap of default value' D
DEFINE_string long_default \
'this_is_a_long_default_value_to_force_alternate_indentation' \
'testing of long default value' F