CDC help message edit.
This commit is contained in:
parent
c1caf47a62
commit
cc627074b1
3
cdc.d
3
cdc.d
|
@ -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'");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue