From f8246059dc9550c2e073e8719502a2a6d9895441 Mon Sep 17 00:00:00 2001 From: David De Sloovere Date: Fri, 18 Mar 2022 17:20:01 +0100 Subject: [PATCH] fix(cli): adjust typos in help text --- src/cli/config_export.go | 2 +- src/cli/config_migrate.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cli/config_export.go b/src/cli/config_export.go index fe2a8365..87a9be08 100644 --- a/src/cli/config_export.go +++ b/src/cli/config_export.go @@ -23,7 +23,7 @@ var exportCmd = &cobra.Command{ Use: "export", Short: "Export your configuration", Long: `Export your configuration -You can choose to print the output to stdout, or export your configuration in the format of you choice. +You can choose to print the output to stdout, or export your configuration in the format of your choice. Example usage diff --git a/src/cli/config_migrate.go b/src/cli/config_migrate.go index 0d64cff8..fa2b5e78 100644 --- a/src/cli/config_migrate.go +++ b/src/cli/config_migrate.go @@ -22,7 +22,7 @@ var migrateCmd = &cobra.Command{ Use: "migrate", Short: "Migrate your configuration", Long: `Migrate your configuration -You can choose to print the output to stdout, or migrate your configuration in the format of you choice. +You can choose to print the output to stdout, or migrate your configuration in the format of your choice. Example usage