summaryrefslogtreecommitdiff
path: root/doc/git-annex-rmurl.mdwn
blob: e971e622e69f713d3b10684af8b2a801ff656829 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# NAME

git-annex rmurl - 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.

If nothing is specified on the command line, they are instead read
from stdin. Any number of lines can be provided in this mode,
each containing a file and and url, separated by a single space.

# 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.

# SEE ALSO

[[git-annex]](1)

[[git-annex-addurl]](1)

# AUTHOR

Joey Hess <id@joeyh.name>

Warning: Automatically converted into a man page by mdwn2man. Edit with care.