.TH git-annex-rmurl 1 .SH NAME git-annex-rmurl \- record file is not available at url .PP .SH SYNOPSIS git annex rmurl \fB[file url ..]\fP .PP .SH DESCRIPTION Record that the file is no longer available at the url. .PP Removing the last web url will make git-annex no longer treat content as being present in the web special remote. If some other special remote claims the url, unregistering the url will not update presence information for it, because the content may still be present on the remote. .PP .SH OPTIONS .IP "\fB\-\-batch\fP" .IP 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. .IP .IP "\fB\-z\fP" Makes the \fB\-\-batch\fP input be delimited by nulls instead of the usual newlines. .IP .IP "\fB\-\-json\fP" Enable JSON output. This is intended to be parsed by programs that use git-annex. Each line of output is a JSON object. .IP .IP "\fB\-\-json\-error\-messages\fP" Messages that would normally be output to standard error are included in the JSON instead. .IP .IP "Also the git-annex\-common\-options(1) can be used." .SH SEE ALSO git-annex(1) .PP git-annex\-addurl(1) .PP .SH AUTHOR Joey Hess .PP .PP