summaryrefslogtreecommitdiff
path: root/internal/cmd/test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/cmd/test.go')
-rw-r--r--internal/cmd/test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/cmd/test.go b/internal/cmd/test.go
index 0590719..2c50112 100644
--- a/internal/cmd/test.go
+++ b/internal/cmd/test.go
@@ -44,7 +44,7 @@ var testConfigCmd = &cobra.Command{
gitsyncer test config
# Test specific config file
- gitsyncer test config -c ~/my-gitsyncer.json`,
+ gitsyncer test config -c ~/my-config.json`,
Run: func(cmd *cobra.Command, args []string) {
// Try to load and validate config
cfg, err := config.Load(cfgFile)