Wrong kwarg in docstring for Pkg.add?

The following example from the doctring for Pkg.add must be wrong:
Pkg.add(url="/remote/mycompany/juliapackages/OurPackage") # From path to local gitrepo

Surely the kwarg should be path, right?