forked from TrueCloudLab/restic
Print base directory with cache command
This commit is contained in:
parent
b1e1b71bab
commit
9b8deb51ba
1 changed files with 1 additions and 0 deletions
|
@ -126,6 +126,7 @@ func runCache(opts CacheOptions, gopts GlobalOptions, args []string) error {
|
||||||
}
|
}
|
||||||
|
|
||||||
tab.Write(gopts.stdout)
|
tab.Write(gopts.stdout)
|
||||||
|
Printf("%d cache dirs in %s\n", len(dirs), cachedir)
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue