git-annex-rmurl - Man Page
record file is not available at url
Synopsis
git annex rmurl [file url ..]
Description
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 present in the web special remote.
Options
- --batch
Enables batch mode, in which lines are read from stdin. Each line should contain the file, and the url to remove from that file, separated by a single space.
- -z
Makes the --batch input be delimited by nulls instead of the usual newlines.
See Also
Author
Joey Hess <id@joeyh.name>