diff --git a/cdc.d b/cdc.d index 5ef26c9..d222afd 100755 --- a/cdc.d +++ b/cdc.d @@ -234,7 +234,7 @@ void main(string[] args) case "all": build("debug", "release", "unittest"); break; default: writeln("unknown build target: ", target); - writeln("available targets: 'debug', 'release', 'profile', 'all'"); + writeln("available targets: 'debug', 'release', 'profile', 'unittest', 'all'"); } }