aboutsummaryrefslogtreecommitdiff
path: root/changelog/0.12.0_2023-04-24/pull-207
blob: a1154be0e6a6c6385b21bc699e39f1548b60bc71 (plain) (blame)
1
2
3
4
5
6
7
8
9
Change: Return error if command-line arguments are specified

Command line arguments are ignored by rest-server, but there was previously
no indication of this when they were supplied anyway.

To prevent usage errors an error is now printed when command line arguments
are supplied, instead of them being silently ignored.

https://github.com/restic/rest-server/pull/207