mirror of
https://github.com/restic/restic.git
synced 2025-06-01 08:58:16 +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