mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-28 04:19:41 -08:00
fix(cli): adjust typos in help text
This commit is contained in:
parent
96df24789d
commit
f8246059dc
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue