aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-11-27 06:14:48 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-11-27 06:14:48 +0200
commit260c9251aa0847cb2bc6c7b7a9aa4b157a601c49 (patch)
treee346bb02bae77d7e08a997b1de8f2590edf59b57
parenta92bb09bcd4b99f02fd5de242a2094544a1fb185 (diff)
Shorten comment in generated buildfile in bdep-new
-rw-r--r--bdep/new.cxx6
1 files 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'