summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEmile Anclin <emile.anclin@logilab.fr>2008-08-25 09:10:03 +0200
committerEmile Anclin <emile.anclin@logilab.fr>2008-08-25 09:10:03 +0200
commitad26c4c6302b3a17e05629b1c9b6385478c4df27 (patch)
treeb5a3c857078a3eab93b2753b89d292440b074a8b /test
parent1530f6a9ef48332b1f096c0a0e560bb29ec1f25f (diff)
downloadlogilab-common-ad26c4c6302b3a17e05629b1c9b6385478c4df27.tar.gz
fix default values in help
Diffstat (limited to 'test')
-rw-r--r--test/unittest_configuration.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unittest_configuration.py b/test/unittest_configuration.py
index dc00aec..6e2c981 100644
--- a/test/unittest_configuration.py
+++ b/test/unittest_configuration.py
@@ -165,7 +165,7 @@ Options:
--dothis=<y or n>
-v<string>, --value=<string>
--multiple=<comma separated values>
- you can also document the option [current: none]
+ you can also document the option [current: ('yop',)]
--number=<int>
--choice=<yo|ye>
--multiple-choice=<yo|ye>
@@ -182,7 +182,7 @@ options:
--dothis=<y or n>
-v<string>, --value=<string>
--multiple=<comma separated values>
- you can also document the option [current: none]
+ you can also document the option [current: ('yop',)]
--number=<int>
--choice=<yo|ye>
--multiple-choice=<yo|ye>