mirror of
https://github.com/octoleo/restic.git
synced 2024-11-11 07:41:03 +00:00
fix typo: explicitely → explicitly
This commit is contained in:
parent
e8cc11ea34
commit
b89d3cc4d0
@ -12,7 +12,7 @@ var cmdMigrate = &cobra.Command{
|
|||||||
Short: "apply migrations",
|
Short: "apply migrations",
|
||||||
Long: `
|
Long: `
|
||||||
The "migrate" command applies migrations to a repository. When no migration
|
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 {
|
RunE: func(cmd *cobra.Command, args []string) error {
|
||||||
return runMigrate(migrateOptions, globalOptions, args)
|
return runMigrate(migrateOptions, globalOptions, args)
|
||||||
|
Loading…
Reference in New Issue
Block a user