summaryrefslogtreecommitdiff
path: root/internal/cmd/root.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/cmd/root.go')
-rw-r--r--internal/cmd/root.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/cmd/root.go b/internal/cmd/root.go
index 04ea6dd..927a9b8 100644
--- a/internal/cmd/root.go
+++ b/internal/cmd/root.go
@@ -53,7 +53,7 @@ func Execute() {
func init() {
// Global flags
- rootCmd.PersistentFlags().StringVarP(&cfgFile, "config", "c", "", "configuration file (default: ~/.gitsyncer.json)")
+ rootCmd.PersistentFlags().StringVarP(&cfgFile, "config", "c", "", "configuration file (default: ~/.config/gitsyncer/config)")
// Set default work directory
home, err := os.UserHomeDir()