mirror of
https://github.com/restic/rest-server.git
synced 2025-12-07 09:36:13 -08: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
|