diff --git a/source/dub/commandline.d b/source/dub/commandline.d index 46b5c1b..9e7236b 100644 --- a/source/dub/commandline.d +++ b/source/dub/commandline.d @@ -1258,7 +1258,7 @@ this.argumentsPattern = ""; this.description = "Manually retrieves and caches a package"; this.helpText = [ - "Note: Use the \"dependencies\" field in the package description file (e.g. dub.json) if you just want to use a certain package as a dependency, you don't have to explicitly fetch packages.", + "Note: Use \"dub add \" if you just want to use a certain package as a dependency, you don't have to explicitly fetch packages.", "", "Explicit retrieval/removal of packages is only needed when you want to put packages to a place where several applications can share these. If you just have an dependency to a package, just add it to your dub.json, dub will do the rest for you.", "",