Add better error message for 'cat'

This commit is contained in:
Alexander Neumann 2016-08-30 21:19:04 +02:00
parent 9cf63c99cf
commit 8d90588020
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ func (cmd CmdCat) Execute(args []string) error {
id, err = backend.ParseID(args[1])
if err != nil {
if tpe != "snapshot" {
return err
return restic.Fatalf("unable to parse ID: %v\n", err)
}
// find snapshot id with prefix