Mention that repo-create is also known as init in command-line help.

This commit is contained in:
Dan Helfman
2025-10-22 10:28:20 -07:00
parent 4017897b1a
commit 44d63cac07
3 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -641,8 +641,8 @@ def make_parsers(schema, unparsed_arguments): # noqa: PLR0915
repo_create_parser = action_parsers.add_parser(
'repo-create',
aliases=ACTION_ALIASES['repo-create'],
help='Create a new, empty Borg repository',
description='Create a new, empty Borg repository',
help='Create a new, empty Borg repository (also known as "init")',
description='Create a new, empty Borg repository (also known as "init")',
add_help=False,
)
repo_create_group = repo_create_parser.add_argument_group('repo-create arguments')
+1
View File
@@ -5,6 +5,7 @@ eleventyNavigation:
parent: How-to guides
order: 0
---
To install borgmatic, first [install
Borg](https://borgbackup.readthedocs.io/en/stable/installation.html), at least
version 1.1. (borgmatic does not install Borg automatically so as to avoid
@@ -4,7 +4,6 @@ eleventyNavigation:
key: repo-create
parent: 🎬 Actions
---
```
{% include borgmatic/command-line/repo-create.txt %}
```