diff --git a/source/dub/commandline.d b/source/dub/commandline.d index 132e7c9..bb8df3f 100644 --- a/source/dub/commandline.d +++ b/source/dub/commandline.d @@ -391,7 +391,7 @@ "Sets the format to use for the package description file. Possible values:", " " ~ [__traits(allMembers, PackageFormat)].map!(f => f == m_format.init.to!string ? f ~ " (default)" : f).join(", ") ]); - args.getopt("n", &m_nonInteractive, ["Don't enter interactive mode."]); + args.getopt("n|non-interactive", &m_nonInteractive, ["Don't enter interactive mode."]); } override int execute(Dub dub, string[] free_args, string[] app_args)