···13131414if not os.path.exists("dub.selections.json"):
1515 eprint("The file `dub.selections.json` does not exist in the current working directory")
1616- eprint("run `dub upgrade --annotate` to generate it")
1616+ eprint("run `dub upgrade` to generate it")
1717 sys.exit(1)
18181919with open("dub.selections.json") as f: