aboutsummaryrefslogtreecommitdiff
path: root/bpkg/diagnostics
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-09-04 15:14:39 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-09-04 15:14:39 +0200
commit2858e5f80f836862400bf814ef1b2dcb0ff8a74e (patch)
tree04572a5e4076e17a125b7a2685491ae1efc9a93e /bpkg/diagnostics
parentcfba3d8d5c83656f272a9713ae6e204f5bb81fa1 (diff)
Implement -q (quiet) 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.
//