Explain tilde in repo editor

This commit is contained in:
Jakob Borg
2014-05-20 19:44:40 +02:00
parent dd3d8a6c98
commit 230f149b4b
3 changed files with 3 additions and 2 deletions

View File

@@ -211,6 +211,7 @@ func restGetSystem(w http.ResponseWriter) {
res["goroutines"] = runtime.NumGoroutine()
res["alloc"] = m.Alloc
res["sys"] = m.Sys
res["tilde"] = expandTilde("~/")
if cfg.Options.GlobalAnnEnabled && discoverer != nil {
res["extAnnounceOK"] = discoverer.ExtAnnounceOK()
}