diff --git a/source/dub/packagemanager.d b/source/dub/packagemanager.d index 2f1c42c..5584638 100644 --- a/source/dub/packagemanager.d +++ b/source/dub/packagemanager.d @@ -339,7 +339,7 @@ auto type = fi.isDirectory ? Journal.Type.Directory : Journal.Type.RegularFile; if (!journal.containsEntry(type, fpath.relativeTo(pack.path))) throw new Exception("Untracked file found, aborting package removal, file: " - ~ fpath.toNativeString() ~ "\nYou can forcefully remove this package."); + ~ fpath.toNativeString() ~ "\nPlease remove the package folder manually or use --force-remove."); } } checkFilesRec(pack.path);