commands: update log command help text

Fixes #2551

License: MIT
Signed-off-by: Mike Pfister <pfista@gmail.com>
This commit is contained in:
Michael Pfister 2016-04-15 16:09:29 -07:00
parent 600c95eb53
commit 9c2feb2e04

View File

@ -42,8 +42,8 @@ output of a running daemon.
// TODO use a different keyword for 'all' because all can theoretically
// clash with a subsystem name
cmds.StringArg("subsystem", true, false, fmt.Sprintf("The subsystem logging identifier. Use '%s' for all subsystems.", logAllKeyword)),
cmds.StringArg("level", true, false, `The log level, with 'debug' the most verbose and 'panic' the least verbose.
One of: debug, info, warning, error, fatal, panic.
cmds.StringArg("level", true, false, `The log level, with 'debug' the most verbose and 'critical' the least verbose.
One of: debug, info, notice, warning, error, critical.
`),
},
Run: func(req cmds.Request, res cmds.Response) {