aboutsummaryrefslogtreecommitdiff
path: root/bpkg/diagnostics
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/diagnostics')
-rw-r--r--bpkg/diagnostics14
1 files changed, 7 insertions, 7 deletions
diff --git a/bpkg/diagnostics b/bpkg/diagnostics
index af9bde0..b672282 100644
--- a/bpkg/diagnostics
+++ b/bpkg/diagnostics
@@ -52,14 +52,14 @@ namespace bpkg
print_process (args.data (), args.size ());
}
- // Trace verbosity level.
+ // Verbosity level.
//
- // 0 - tracing disabled.
- // 1 - TODO
- // 2 - TODO
- // 3 - TODO
- // 4 - TODO
- // 5 - TODO
+ // 0 - disabled
+ // 1 - general information messages
+ // 2 - underlying commands being executed
+ // 3 - information that could be helpful to the user
+ // 4 - information that could be helpful to the developer
+ // 5 - even more detailed information
//
// While uint8 is more than enough, use uint16 for the ease of printing.
//