fix typo in sample config

This commit is contained in:
Ranjib Dey 2015-10-05 15:45:40 -07:00
parent 14f5660512
commit c999bdead2
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ func NewProcstat() *Procstat {
} }
var sampleConfig = ` var sampleConfig = `
[[process.specifications]] [[procstat.specifications]]
# pid file # pid file
pid_file = "/path/to/foo.pid" pid_file = "/path/to/foo.pid"
# executable name (used by pgrep) # executable name (used by pgrep)