| git-annex-unregisterurl(1) | General Commands Manual | git-annex-unregisterurl(1) |
git-annex-unregisterurl - unregisters an url for a key
git annex unregisterurl [key url]
This plumbing-level command can be used to unregister urls when keys can no longer be downloaded from them.
Unregistering a key's last web url will make git-annex no longer treat content as being present in the web special remote.
Normally the key is a git-annex formatted key. However, if the key cannot be parsed as a key, and is a valid url, an URL key is constructed from the url.
Joey Hess <id@joeyh.name>