diff --git a/cmd/restic/global.go b/cmd/restic/global.go index f4a2df1b5..ca4b036c9 100644 --- a/cmd/restic/global.go +++ b/cmd/restic/global.go @@ -471,7 +471,7 @@ func OpenRepository(opts GlobalOptions) (*repository.Repository, error) { id = id[:8] } if !opts.JSON { - Verbosef("repository %v opened successfully, password is correct\n", id) + Verbosef("repository %v opened (repo version %v) successfully, password is correct\n", id, s.Config().Version) } }