mirror of
https://github.com/restic/restic.git
synced 2026-03-02 04:36:24 +00:00
The help messages suggested that the `ls` command work without explicitly passing a snapshot ID. However, this was never the case: without a snapshot ID the command just failed with the error `Ignoring "", it is not a snapshot id`. Fixes #2299