Rename convert-borgmatic-config to upgrade-borgmatic-config.
This commit is contained in:
parent
1bcb2a8be4
commit
dc9b075d5a
2 changed files with 2 additions and 2 deletions
2
NEWS
2
NEWS
|
@ -1,6 +1,6 @@
|
|||
1.1.0.dev0
|
||||
|
||||
* Switched config file format to YAML. Run convert-borgmatic-config to upgrade.
|
||||
* Switched config file format to YAML. Run upgrade-borgmatic-config to upgrade.
|
||||
* Dropped Python 2 support. Now Python 3 only.
|
||||
* #18: Fix for README mention of sample files not included in package.
|
||||
* #22: Sample files for triggering borgmatic from a systemd timer.
|
||||
|
|
2
setup.py
2
setup.py
|
@ -25,7 +25,7 @@ setup(
|
|||
entry_points={
|
||||
'console_scripts': [
|
||||
'borgmatic = borgmatic.commands.borgmatic:main',
|
||||
'convert-borgmatic-config = borgmatic.commands.convert_config:main',
|
||||
'upgrade-borgmatic-config = borgmatic.commands.convert_config:main',
|
||||
'generate-borgmatic-config = borgmatic.commands.generate_config:main',
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue