Use --host for all commands, deprecate --hostname

This commit is contained in:
Alexander Neumann
2018-10-03 14:05:53 +02:00
parent b7eeeedc3f
commit 585a5e3416
4 changed files with 22 additions and 10 deletions

View File

@@ -0,0 +1,7 @@
Enhancement: Use `--host` everywhere
We now use the flag `--host` for all commands which need a host name, using
`--hostname` (e.g. for `restic backup`) still works, but will print a
deprecation warning. Also, add the short option `-H` where possible.
https://github.com/restic/restic/issues/1967