mirror of
https://github.com/borgbackup/borg.git
synced 2026-09-01 14:13:19 +02:00
The generated borgfs.1 was corrupted: jsonargparse injects --config and
--print_config into the borgfs parser (a top-level parser), and
--print_config's "[=flags]" metavar is invalid rST option-list syntax,
so the man page embedded a docutils WARNING and an unformatted blob of
options. Hide jsonargparse-injected actions (detected structurally by
their module, so future injected options stay filtered) and borg's
top-level-only --cockpit from the borgfs docs via help=SUPPRESS, which
all make.py writers already honor. -V/--version stays documented, as
in borg 1.x. Regenerate borgfs.1 accordingly (now also showing the
REPOSITORY positional).
Remove docs/usage/borgfs.rst{,.inc}: build_usage intentionally stopped
generating a borgfs HTML page long ago (#3404), so the leftover
.rst.inc still documented the borg 1.x CLI (REPOSITORY_OR_ARCHIVE,
--prefix, ...) and was published as an orphan page. Nothing references
these files; borgfs is documented on the "borg mount" page.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| make-testdata | ||
| blake3-optimize-mt-threshold.py | ||
| borg.exe.spec | ||
| build-borg-using-nuitka.sh | ||
| build-borg-using-pyinstaller.sh | ||
| chunker_bench.py | ||
| Dockerfile.linux-run | ||
| endian_interop_test.py | ||
| errorlist.py | ||
| fame.py | ||
| fetch-binaries | ||
| glibc_check.py | ||
| linux-run | ||
| lvm-thin-map.py | ||
| make.py | ||
| msys2-install-deps | ||
| rest_perf_test.sh | ||
| sdist-sign | ||
| sign-binaries | ||
| upload-pypi | ||