mirror of
https://github.com/restic/restic.git
synced 2026-07-17 20:54:54 +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