mirror of
https://github.com/restic/rest-server.git
synced 2026-09-17 01:26:06 -07:00
43c96fb6f2
rest-server doesn't accept arguments. Thus, error out to prevent wrong usage.
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
|