diff --git a/source/dub/commandline.d b/source/dub/commandline.d index 0b37efb..5abebb1 100644 --- a/source/dub/commandline.d +++ b/source/dub/commandline.d @@ -338,7 +338,7 @@ "deimos - skeleton for C header bindings", ]); args.getopt("f|format", &m_format, [ - "Sets the format to use for the package description file. Possible values:" + "Sets the format to use for the package description file. Possible values:", " sdl, json" ]); }