mirror of
https://github.com/restic/restic.git
synced 2026-03-06 14:46:23 +00:00
Before:
$ restic list
Fatal: type not specified
After:
$ restic list
Fatal: type not specified, usage: list [blobs|packs|index|snapshots|keys|locks]
Closes #1783