mirror of
https://github.com/restic/restic.git
synced 2026-06-02 15:19:43 +00:00
d5f86effa1
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