summaryrefslogtreecommitdiff
path: root/src/buildtool/common/cli.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/common/cli.hpp')
-rw-r--r--src/buildtool/common/cli.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/buildtool/common/cli.hpp b/src/buildtool/common/cli.hpp
index b1633716..387092bc 100644
--- a/src/buildtool/common/cli.hpp
+++ b/src/buildtool/common/cli.hpp
@@ -324,7 +324,9 @@ static inline auto SetupAnalysisArguments(
static inline auto SetupDescribeArguments(
gsl::not_null<CLI::App*> const& app,
gsl::not_null<DescribeArguments*> const& clargs) {
- app->add_flag("--json", clargs->print_json, "Print description as JSON.");
+ app->add_flag("--json",
+ clargs->print_json,
+ "Omit pretty-printing and describe rule in JSON format.");
app->add_flag("--rule",
clargs->describe_rule,
"Positional arguments refer to rule instead of target.");