fix(cli): adjust typos in help text

This commit is contained in:
David De Sloovere 2022-03-18 17:20:01 +01:00 committed by Jan De Dobbeleer
parent 96df24789d
commit f8246059dc
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ var exportCmd = &cobra.Command{
Use: "export", Use: "export",
Short: "Export your configuration", Short: "Export your configuration",
Long: `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 Example usage

View file

@ -22,7 +22,7 @@ var migrateCmd = &cobra.Command{
Use: "migrate", Use: "migrate",
Short: "Migrate your configuration", Short: "Migrate your configuration",
Long: `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 Example usage