From cc627074b1962b25d2f06c717656ec47ab2337a0 Mon Sep 17 00:00:00 2001 From: Ferdinand Majerech Date: Mon, 19 May 2014 18:57:31 +0200 Subject: [PATCH] CDC help message edit. --- cdc.d | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cdc.d b/cdc.d index d222afd..bce1388 100755 --- a/cdc.d +++ b/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'"); } }