mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-27 11:59:40 -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",
|
||||
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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue