updade message that is shown when a cache cleanup is advised

This commit is contained in:
Jean Kahrs 2019-07-02 10:49:49 +02:00
parent 3ca424050f
commit 8066e93f47
1 changed files with 3 additions and 2 deletions

View File

@ -34,8 +34,9 @@ import (
"github.com/restic/restic/internal/errors"
"golang.org/x/crypto/ssh/terminal"
"os/exec"
"golang.org/x/crypto/ssh/terminal"
)
var version = "0.9.5-dev (compiled manually)"
@ -425,7 +426,7 @@ func OpenRepository(opts GlobalOptions) (*repository.Repository, error) {
}
} else {
if stdoutIsTerminal() {
Verbosef("found %d old cache directories in %v, pass --cleanup-cache to remove them\n",
Verbosef("found %d old cache directories in %v, run `restic cache --cleanup` to remove them\n",
len(oldCacheDirs), c.Base)
}
}