From e699f6d1bd3973233a99a07e7a3425ee020480b5 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Wed, 31 Aug 2016 18:27:57 +0200 Subject: [PATCH] Update doc comment --- src/restic/doc.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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