You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by al...@apache.org on 2016/04/29 11:56:35 UTC

[2/2] mesos git commit: Fixed newline for `--log_dir` flag usage message.

Fixed newline for `--log_dir` flag usage message.

Review: https://reviews.apache.org/r/46828/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/c5fd4710
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/c5fd4710
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/c5fd4710

Branch: refs/heads/master
Commit: c5fd47105f52179df1b880f2e81be485b61433b9
Parents: 1550ef4
Author: Neil Conway <ne...@gmail.com>
Authored: Fri Apr 29 11:21:50 2016 +0200
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Fri Apr 29 11:56:00 2016 +0200

----------------------------------------------------------------------
 src/logging/flags.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/c5fd4710/src/logging/flags.cpp
----------------------------------------------------------------------
diff --git a/src/logging/flags.cpp b/src/logging/flags.cpp
index f64ad5e..db8fd3e 100644
--- a/src/logging/flags.cpp
+++ b/src/logging/flags.cpp
@@ -36,7 +36,7 @@ mesos::internal::logging::Flags::Flags()
       "log_dir",
       "Location to put log files.  By default, nothing is written to disk.\n"
       "Does not affect logging to stderr.\n"
-      "If specified, the log file will appear in the Mesos WebUI."
+      "If specified, the log file will appear in the Mesos WebUI.\n"
       "NOTE: 3rd party log messages (e.g. ZooKeeper) are\n"
       "only written to stderr!");