Add rvb command shortcut

This commit is contained in:
Einar Forselv 2019-11-12 12:09:59 +01:00
parent 44ed5956b0
commit f433a50652
1 changed files with 1 additions and 0 deletions

View File

@ -12,5 +12,6 @@ setup(
],
entry_points={'console_scripts': [
'restic-volume-backup = restic_volume_backup.cli:main',
'rvb = restic_volume_backup.cli:main',
]},
)