CDC help fix.

This commit is contained in:
Ferdinand Majerech 2013-12-17 14:45:09 +01:00
parent 8eae6c61bc
commit 7ac83245a4

2
cdc.d
View file

@ -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'");
}
}