From 6aced61c72b3efafc4da065a035684bfcd1e514b Mon Sep 17 00:00:00 2001 From: will-ca <37680486+will-ca@users.noreply.github.com> Date: Thu, 18 Apr 2024 07:29:55 +0000 Subject: [PATCH] Tiny docs wording clarification. --- cmd/restic/cmd_stats.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/restic/cmd_stats.go b/cmd/restic/cmd_stats.go index 20d7a485c..6bf0dbf19 100644 --- a/cmd/restic/cmd_stats.go +++ b/cmd/restic/cmd_stats.go @@ -38,7 +38,7 @@ depending on what you are trying to calculate. The modes are: * restore-size: (default) Counts the size of the restored files. -* files-by-contents: Counts total size of files, where a file is +* files-by-contents: Counts total size of unique files, where a file is considered unique if it has unique contents. * raw-data: Counts the size of blobs in the repository, regardless of how many files reference them.