mirror of
https://github.com/restic/rest-server.git
synced 2026-04-05 01:31:53 -07:00
6 lines
253 B
Plaintext
6 lines
253 B
Plaintext
Change: Return error if command-line arguments are specified
|
|
|
|
The rest-server ignores command-line arguments. To prevent usage errors it not fails with an error instead of silently ignoring the arguments.
|
|
|
|
https://github.com/restic/rest-server/pull/207
|