From b89d3cc4d0b444683cd2882230f39b21dfa07cef Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Thu, 27 Jul 2017 08:24:53 +0200 Subject: [PATCH] =?UTF-8?q?fix=20typo:=20explicitely=20=E2=86=92=20explici?= =?UTF-8?q?tly?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/restic/cmd_migrate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/restic/cmd_migrate.go b/cmd/restic/cmd_migrate.go index 010f833db..5a4734ffc 100644 --- a/cmd/restic/cmd_migrate.go +++ b/cmd/restic/cmd_migrate.go @@ -12,7 +12,7 @@ var cmdMigrate = &cobra.Command{ Short: "apply migrations", Long: ` The "migrate" command applies migrations to a repository. When no migration -name is explicitely given, a list of migrations that can be applied is printed. +name is explicitly given, a list of migrations that can be applied is printed. `, RunE: func(cmd *cobra.Command, args []string) error { return runMigrate(migrateOptions, globalOptions, args)