mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-19 03:29:28 +02:00
Fixed file extension for config file in paramter documentation
This commit is contained in:
parent
0b1806367f
commit
08514e5eac
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ func init() {
|
|||
|
||||
configDir := config.DefaultConfigDir()
|
||||
rootCmd.PersistentFlags().StringVar(&cfgFile, "config", "",
|
||||
fmt.Sprintf("config file (default is %s/scotty.yaml)", configDir))
|
||||
fmt.Sprintf("config file (default is %s/scotty.toml)", configDir))
|
||||
|
||||
// Cobra also supports local flags, which will only run
|
||||
// when this action is called directly.
|
||||
|
|
Loading…
Add table
Reference in a new issue