Fix capitalization in epilogue.
This commit is contained in:
parent
dafd81fe92
commit
8838d2ffee
1 changed files with 2 additions and 2 deletions
|
@ -66,10 +66,10 @@ learn how to create your own my_operatornotify file. Then, you can call this
|
||||||
program with the following arguments:
|
program with the following arguments:
|
||||||
|
|
||||||
--operatornotify
|
--operatornotify
|
||||||
opts in to notifications and will capture logging at the WARNING level.
|
Opts in to notifications and will capture logging at the WARNING level.
|
||||||
|
|
||||||
--operatornotify-level X
|
--operatornotify-level X
|
||||||
opts in to notifications and will capture logging at level X, where X is
|
Opts in to notifications and will capture logging at level X, where X is
|
||||||
e.g. debug, info, warning, error, critical.
|
e.g. debug, info, warning, error, critical.
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue