mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -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
|
// getCmd represents the get command
|
||||||
var getCmd = &cobra.Command{
|
var getCmd = &cobra.Command{
|
||||||
Use: "get [shell|millies]",
|
Use: "get [shell|millis]",
|
||||||
Short: "Get a value from oh-my-posh",
|
Short: "Get a value from oh-my-posh",
|
||||||
Long: `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:
|
This command is used to get the value of the following variables:
|
||||||
|
|
Loading…
Reference in a new issue