From 2858e5f80f836862400bf814ef1b2dcb0ff8a74e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 4 Sep 2015 15:14:39 +0200 Subject: Implement -q (quiet) mode --- bpkg/diagnostics | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'bpkg/diagnostics') 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. // -- cgit v1.1