fix type in sample config

This commit is contained in:
Ranjib Dey 2015-10-07 00:34:41 -07:00
parent c999bdead2
commit 7391d38ed8
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ var sampleConfig = `
pid_file = "/path/to/foo.pid"
# executable name (used by pgrep)
exe = "/path/to/foo"
name = "foo" # required
prefix = "foo" # required
`
func (_ *Procstat) SampleConfig() string {