Skip to content

Commit

Permalink
CDC help fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiith-sa committed Dec 17, 2013
1 parent 8eae6c6 commit 7ac8324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdc.d
Expand Up @@ -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'");
}
}

Expand Down

0 comments on commit 7ac8324

Please sign in to comment.