summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xsynctl1
1 files changed, 1 insertions, 0 deletions
diff --git a/synctl b/synctl
index ff9f6893e9..0f83e9cb1f 100755
--- a/synctl
+++ b/synctl
@@ -14,6 +14,7 @@ case "$1" in
   start)
     if [ ! -f "$CONFIGFILE" ]; then
       echo "No config file found"
+      echo "To generate a config file, run 'python --generate-config'"
       exit 1
     fi