diff --git a/source/dub/commandline.d b/source/dub/commandline.d index 4ce39f1..532b1b0 100644 --- a/source/dub/commandline.d +++ b/source/dub/commandline.d @@ -305,7 +305,8 @@ "Initializes an empty package of the specified type in the given directory. By default, the current working dirctory is used. Available types:", "", "minimal - a simple \"hello world\" project with no dependencies (default)", - "vibe.d - minimal HTTP server based on vibe.d" + "vibe.d - minimal HTTP server based on vibe.d", + "deimos - standard skeleton for a static C binding library" ]; }