From 260c9251aa0847cb2bc6c7b7a9aa4b157a601c49 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 27 Nov 2023 06:14:48 +0200 Subject: Shorten comment in generated buildfile in bdep-new --- bdep/new.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bdep/new.cxx b/bdep/new.cxx index 84bb046..03dd435 100644 --- a/bdep/new.cxx +++ b/bdep/new.cxx @@ -3157,9 +3157,9 @@ cmd_new (cmd_new_options&& o, cli::group_scanner& args) // if (!binless) os << '\n' - << "# For pre-releases use the complete version to make sure they cannot be used" << '\n' - << "# in place of another pre-release or the final version. See the version module" << '\n' - << "# for details on the version.* variable values." << '\n' + << "# For pre-releases use the complete version to make sure they cannot" << '\n' + << "# be used in place of another pre-release or the final version. See" << '\n' + << "# the version module for details on the version.* variable values." << '\n' << "#" << '\n' << "if $version.pre_release" << '\n' << " lib{" << s << "}: bin.lib.version = \"-$version.project_id\"" << '\n' -- cgit v1.1