Bläddra i källkod

Add regeneration command to dotsync warning header

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
G. Capella 22 timmar sedan
förälder
incheckning
aad6210bc8
1 ändrade filer med 3 tillägg och 1 borttagningar
  1. 3 1
      start

+ 3 - 1
start

@@ -331,10 +331,12 @@ sub_sync(){
 
             {
                 if [[ "$comment_style" == "block" ]]; then
-                    echo "/* DO NOT EDIT - Generated by dotsync from: $src */"
+                    echo "/* DO NOT EDIT - Generated by dotsync from: $src"
+                    echo "   Regenerate with: dotsync */"
                 else
                     echo "$comment_style DO NOT EDIT - Generated by dotsync from:"
                     echo "$comment_style $src"
+                    echo "$comment_style Regenerate with: dotsync"
                 fi
                 echo ""
                 process_markers "$src"