diff --git a/source/dub/commandline.d b/source/dub/commandline.d index d6c40d2..7cf0c47 100644 --- a/source/dub/commandline.d +++ b/source/dub/commandline.d @@ -366,7 +366,7 @@ ]); args.getopt("build-mode", &m_buildMode, [ "Specifies the way the compiler and linker are invoked. Valid values:", - " separate (default), allAtOnce" + " separate (default), allAtOnce, singleFile" ]); }