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