summaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorJakob Borg <jakob@nym.se>2014-05-21 20:36:21 +0200
committerJakob Borg <jakob@nym.se>2014-05-21 20:36:21 +0200
commit233108985431ec71d56bebb9a895719f85ff408b (patch)
treeb845a810b519961e2f9f753d19f0b57cbcc27cce /cmd
parent6fb05fc82a0f146a706dda790ed5b17764b226ff (diff)
Correct list of debugging facilities
Diffstat (limited to 'cmd')
-rw-r--r--cmd/syncthing/main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/syncthing/main.go b/cmd/syncthing/main.go
index 5f20825bb9..9f95f57952 100644
--- a/cmd/syncthing/main.go
+++ b/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)