summaryrefslogtreecommitdiff
path: root/doc/git-annex-rmurl.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-12-05 12:10:07 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-12-05 12:10:07 -0400
commit10d60a652cd7d374a6e54ef0255bb54f17fafb31 (patch)
tree20916de7c7e4fb9ec0265876747714606f8d8554 /doc/git-annex-rmurl.mdwn
parentc6970ef134cdc376fad48fbd8eb79c562d434e7c (diff)
rmurl: --batch
* rmurl: Multiple pairs of files and urls can be provided on the command line. * rmurl: Added --batch mode. This commit was sponsored by Trenton Cronholm on Patreon.
Diffstat (limited to 'doc/git-annex-rmurl.mdwn')
-rw-r--r--doc/git-annex-rmurl.mdwn14
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/git-annex-rmurl.mdwn b/doc/git-annex-rmurl.mdwn
index 5faf9ea39..e971e622e 100644
--- a/doc/git-annex-rmurl.mdwn
+++ b/doc/git-annex-rmurl.mdwn
@@ -4,12 +4,24 @@ git-annex rmurl - record file is not available at url
# SYNOPSIS
-git annex rmurl `file url`
+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)