CDC help message edit.

This commit is contained in:
Ferdinand Majerech 2014-05-19 18:57:31 +02:00
parent c1caf47a62
commit cc627074b1

3
cdc.d
View file

@ -234,7 +234,8 @@ void main(string[] args)
case "all": build("debug", "release", "unittest"); break;
default:
writeln("unknown build target: ", target);
writeln("available targets: 'debug', 'release', 'profile', 'unittest', 'all'");
writeln("available targets: 'debug', 'release', 'profile', "
"'all', 'unittest', 'tar.gz', 'tar.xz', 'zip'");
}
}