1git-annex-unregisterurl(1) General Commands Manual git-annex-unregisterurl(1)
2
3
4
6 git-annex-unregisterurl - unregisters an url for a key
7
9 git annex unregisterurl [key url]
10
12 This plumbing-level command can be used to unregister urls when keys
13 can no longer be downloaded from them.
14
15 Unregistering a key's last web url will make git-annex no longer treat
16 content as being present in the web special remote.
17
19 --batch
20
21 In batch input mode, lines are read from stdin, and each line
22 should contain a key and url, separated by a single space.
23
24 -z When in batch mode, the input is delimited by nulls instead of
25 the usual newlines.
26
27 Also the git-annex-common-options(1) can be used.
28
30 git-annex(1)
31
32 git-annex-registerurl(1)
33
34 git-annex-rmurl(1)
35
37 Joey Hess <id@joeyh.name>
38
39 git-annex-unregisterurl(1)