diff --git a/src/restic/doc.go b/src/restic/doc.go index 358dca240..2e53b2524 100644 --- a/src/restic/doc.go +++ b/src/restic/doc.go @@ -1,6 +1,5 @@ // Package restic is the top level package for the restic backup program, // please see https://github.com/restic/restic for more information. // -// This package exposes the main components needed to create and restore a -// backup as well as handling things like a local cache of objects. +// This package exposes the main objects that are handled in restic. package restic