From 8838d2ffeec4c3485168549a4d9682c4c8939d0b Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Wed, 10 Nov 2021 23:41:50 -0800 Subject: [PATCH] Fix capitalization in epilogue. --- voussoirkit/operatornotify.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/voussoirkit/operatornotify.py b/voussoirkit/operatornotify.py index 11a9988..2b5e166 100644 --- a/voussoirkit/operatornotify.py +++ b/voussoirkit/operatornotify.py @@ -66,10 +66,10 @@ learn how to create your own my_operatornotify file. Then, you can call this program with the following arguments: --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 - 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. '''