aboutsummaryrefslogtreecommitdiff
path: root/build2/b-options.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/b-options.cxx')
-rw-r--r--build2/b-options.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/build2/b-options.cxx b/build2/b-options.cxx
index 17b791e..096aebc 100644
--- a/build2/b-options.cxx
+++ b/build2/b-options.cxx
@@ -1634,8 +1634,9 @@ namespace build2
<< ::std::endl
<< "\033[1mEXIT STATUS\033[0m" << ::std::endl
<< ::std::endl
- << "Non-zero exit status is returned in case of an error." << ::std::endl
- << ::std::endl
+ << "Non-zero exit status is returned in case of an error." << ::std::endl;
+
+ os << std::endl
<< "\033[1mENVIRONMENT\033[0m" << ::std::endl
<< ::std::endl
<< "The \033[1mHOME\033[0m environment variable is used to determine the user's home directory." << ::std::endl