diff --git a/source/dub/commandline.d b/source/dub/commandline.d index f5f5a97..32d582b 100644 --- a/source/dub/commandline.d +++ b/source/dub/commandline.d @@ -720,7 +720,7 @@ ]); args.getopt("system", &m_system, ["Puts the package into the system wide package cache instead of the user local one."]); - args.getopt("local", &m_system, ["Puts the package into a sub folder of the current working directory. Cannot be mixed with --system."]); + args.getopt("local", &m_local, ["Puts the package into a sub folder of the current working directory. Cannot be mixed with --system."]); args.getopt("force-remove", &m_forceRemove, [ "Force deletion of fetched packages with untracked files" ]);