Browse Source

Correct list of debugging facilities

Jakob Borg 11 years ago
parent
commit
2331089854
1 changed files with 2 additions and 1 deletions
  1. 2 1
      cmd/syncthing/main.go

+ 2 - 1
cmd/syncthing/main.go

@@ -77,7 +77,8 @@ const (
                - "beacon"   (the beacon package)
                - "discover" (the discover package)
                - "files"    (the files package)
-               - "net"      (the main packge; connections & network messages)
+               - "net"      (the main package; connections & network messages)
+               - "model"    (the model package)
                - "scanner"  (the scanner package)
                - "upnp"     (the upnp package)
                - "xdr"      (the xdr package)