mirror of
https://github.com/restic/restic.git
synced 2026-05-15 06:45:22 +00:00
8d9d218d1c
Before:
$ restic list
Fatal: type not specified
After:
$ restic list
Fatal: type not specified, usage: list [blobs|packs|index|snapshots|keys|locks]
Closes #1783