b184fc490a
Sometimes users would get confused because an option they were looking for was not mentioned on a subcommand's man page, and they had not noticed that the main git-annex man page had a list of common options. This change lets each subcommand mention the common options, similarly to how the matching options are handled. This commit was sponsored by Svenne Krap on Patreon.
41 lines
803 B
Markdown
41 lines
803 B
Markdown
# 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.
|
|
|
|
Removing the last web 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.
|
|
|
|
* Also the [[git-annex-common-options]](1) can be used.
|
|
|
|
# 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.
|