6
1
mirror of https://git.mills.io/saltyim/saltyim.git synced 2024-06-16 03:48:24 +00:00

Fix default config path message (#45)

As per title.

Was quite a bit confusing there, but worked it out in the end!

Co-authored-by: Phil S <ullarah@noreply@mills.io>
Reviewed-on: https://git.mills.io/prologic/saltyim/pulls/45
Co-authored-by: Phil S. <ullarah@noreply@mills.io>
Co-committed-by: Phil S. <ullarah@noreply@mills.io>
This commit is contained in:
Phil S 2022-03-23 10:28:58 +00:00 committed by James Mills
parent 9271665446
commit 03a99bdccf

@ -55,7 +55,7 @@ func init() {
rootCmd.PersistentFlags().StringVarP(
&configFile, "config", "c", "",
"config file (default is $HOME/.salty/config.yml)",
"config file (default is $HOME/.config/salty/config.yml)",
)
rootCmd.PersistentFlags().StringP(