From c2f6e7ef774c83620b9b1757e80898d7c4d5c6bd Mon Sep 17 00:00:00 2001 From: Los Patchos <44246129+lospatchos@users.noreply.github.com> Date: Wed, 21 Jul 2021 10:35:26 +0200 Subject: [PATCH] Clarify 255 RC in report docs Signed-off-by: Los Patchos <44246129+lospatchos@users.noreply.github.com> --- doc/man1/timew-report.1.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man1/timew-report.1.adoc b/doc/man1/timew-report.1.adoc index a37c1d3a..db2e2bc9 100644 --- a/doc/man1/timew-report.1.adoc +++ b/doc/man1/timew-report.1.adoc @@ -17,4 +17,4 @@ The 'report' command itself is optional, which means that these two commands are This does however assume there is a 'foo' extension installed. The return code is the return code of the extension. -If the extension produces no output, 255 is returned. +If the extension produces no output and a non-zero rc, then 255 is returned.