mirror of
https://github.com/restic/restic.git
synced 2025-12-15 18:32:25 +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