mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-07-29 21:03:02 +02:00
Mention that repo-create is also known as init in command-line help.
This commit is contained in:
@@ -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')
|
||||
|
||||
@@ -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 %}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user