2015-03-23 19:36:10 +00:00
|
|
|
# NAME
|
|
|
|
|
|
|
|
git-annex rmurl - record file is not available at url
|
|
|
|
|
|
|
|
# SYNOPSIS
|
|
|
|
|
2016-12-05 16:10:07 +00:00
|
|
|
git annex rmurl `[file url ..]`
|
2015-03-23 19:36:10 +00:00
|
|
|
|
|
|
|
# DESCRIPTION
|
|
|
|
|
|
|
|
Record that the file is no longer available at the url.
|
|
|
|
|
2016-12-05 16:10:07 +00:00
|
|
|
# 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.
|
|
|
|
|
2015-03-23 19:36:10 +00:00
|
|
|
# SEE ALSO
|
|
|
|
|
|
|
|
[[git-annex]](1)
|
|
|
|
|
2015-05-29 16:12:55 +00:00
|
|
|
[[git-annex-addurl]](1)
|
|
|
|
|
2015-03-23 19:36:10 +00:00
|
|
|
# AUTHOR
|
|
|
|
|
|
|
|
Joey Hess <id@joeyh.name>
|
|
|
|
|
|
|
|
Warning: Automatically converted into a man page by mdwn2man. Edit with care.
|