mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -08:00
fix: typo millies => millis
This commit is contained in:
parent
0472cad257
commit
1f0ca23a48
|
@ -10,7 +10,7 @@ import (
|
|||
|
||||
// getCmd represents the get command
|
||||
var getCmd = &cobra.Command{
|
||||
Use: "get [shell|millies]",
|
||||
Use: "get [shell|millis]",
|
||||
Short: "Get a value from oh-my-posh",
|
||||
Long: `Get a value from oh-my-posh.
|
||||
This command is used to get the value of the following variables:
|
||||
|
|
Loading…
Reference in a new issue