diff --git a/source/dub/commandline.d b/source/dub/commandline.d index 525e682..d93ad4d 100644 --- a/source/dub/commandline.d +++ b/source/dub/commandline.d @@ -197,6 +197,7 @@ catch (UsageException e) { logError("%s", e.msg); logDiagnostic("Full exception: %s", e.toString().sanitize); + logInfo(`Run "dub %s -h" for more information about the "%s" command.`, cmdname, cmdname); return 1; } catch (Throwable e) {