From 7ac83245a404288e6d341a1939664131a594b93c Mon Sep 17 00:00:00 2001 From: Ferdinand Majerech Date: Tue, 17 Dec 2013 14:45:09 +0100 Subject: [PATCH] CDC help fix. --- cdc.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'"); } }