aboutsummaryrefslogtreecommitdiff
path: root/bpkg/common-options.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-09-29 11:29:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-09-29 11:29:50 +0200
commitf5adc6c0ee7965abcad4cc73d0f36d1ed3cba3cc (patch)
tree209d8b593efc5cf525ae96f6bf69b356cdba9766 /bpkg/common-options.cli
parentbbc1acd6e9e086c5bcfccac971c8ca4edd192765 (diff)
Complete pkg-status, rework object model
Diffstat (limited to 'bpkg/common-options.cli')
-rw-r--r--bpkg/common-options.cli3
1 files changed, 1 insertions, 2 deletions
diff --git a/bpkg/common-options.cli b/bpkg/common-options.cli
index afeec77..d564a1c 100644
--- a/bpkg/common-options.cli
+++ b/bpkg/common-options.cli
@@ -3,7 +3,6 @@
// license : MIT; see accompanying LICENSE file
include <vector>;
-include <cstdint>;
include <bpkg/types>;
namespace bpkg
@@ -22,7 +21,7 @@ namespace bpkg
to \cb{--verbose 0}."
};
- std::uint16_t --verbose = 1
+ uint16_t --verbose = 1
{
"<level>",
"Set the diagnostics verbosity to <level> between 0 (disabled) and