summaryrefslogtreecommitdiffstats
path: root/test/option--duplicate.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/option--duplicate.py')
-rw-r--r--test/option--duplicate.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/option--duplicate.py b/test/option--duplicate.py
index 7524c96..cccc185 100644
--- a/test/option--duplicate.py
+++ b/test/option--duplicate.py
@@ -123,7 +123,8 @@ RunTest('copy', type, bss)
test.run(arguments='--duplicate=nonsense', status=2, stderr="""\
usage: scons [OPTION] [TARGET] ...
-SCons error: `nonsense' is not a valid duplication style.
+SCons Error: `nonsense' is not a valid duplication option type, try:
+ hard-soft-copy, soft-hard-copy, hard-copy, soft-copy, copy
""")
test.pass_test()