This commit is contained in:
Joey Hess 2021-03-22 12:15:54 -04:00
parent f175d4cc90
commit c984d248d2
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ git annex rmurl `[file url ..]`
Record that the file is no longer available at the url.
Removing the last url will make git-annex no longer treat content as being
Removing the last web url will make git-annex no longer treat content as being
present in the web special remote.
# OPTIONS

View file

@ -11,7 +11,7 @@ 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 url will make git-annex no longer treat content
Unregistering a key's last web url will make git-annex no longer treat content
as being present in the web special remote.
# OPTIONS