[commit] master: mention that plain --debug excludes driver-all as well
mailbox synchronizer
Brought to you by:
ossi
|
From: ossi <os...@us...> - 2025-09-25 16:37:47
|
commit 23624e0fad12486515639b438b07d8e61f3dee72
Author: Oswald Buddenhagen <os...@us...>
Date: Fri Aug 1 10:35:26 2025 +0200
mention that plain --debug excludes driver-all as well
amends 4cc5ad5a.
src/mbsync.1.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/mbsync.1.in b/src/mbsync.1.in
index 032918b..f48dad7 100644
--- a/src/mbsync.1.in
+++ b/src/mbsync.1.in
@@ -112,7 +112,8 @@ Enable debugging categories:
\fBs\fR, \fBsync\fR - print synchronization debug info
.in -4
All categories except \fBcrash\fR implicitly enable \fIverbose\fR mode.
-Without category specification, all categories except net-all are enabled.
+Without category specification, all categories except net-all and driver-all
+are enabled.
.TP
\fB-q\fR, \fB--quiet\fR
Suppress progress counters (this is implicit if stdout is no TTY,
|