Updated Branches:
  refs/heads/trunk 159f0bd26 -> bd981bddd

FLUME-1802: Missing parameter --conf in example of the Flume User Guide

(Oliver B. Fischer via Brock Noland)


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

Branch: refs/heads/trunk
Commit: bd981bddd6b393d62512201b1fdfa8f29a0270d1
Parents: 159f0bd
Author: Brock Noland <[email protected]>
Authored: Wed Dec 19 10:47:21 2012 -0600
Committer: Brock Noland <[email protected]>
Committed: Wed Dec 19 10:47:21 2012 -0600

----------------------------------------------------------------------
 flume-ng-doc/sphinx/FlumeUserGuide.rst |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flume/blob/bd981bdd/flume-ng-doc/sphinx/FlumeUserGuide.rst
----------------------------------------------------------------------
diff --git a/flume-ng-doc/sphinx/FlumeUserGuide.rst 
b/flume-ng-doc/sphinx/FlumeUserGuide.rst
index 69860f7..63b8f9b 100644
--- a/flume-ng-doc/sphinx/FlumeUserGuide.rst
+++ b/flume-ng-doc/sphinx/FlumeUserGuide.rst
@@ -188,7 +188,7 @@ several named agents; when a given Flume process is 
launched a flag is passed te
 
 Given this configuration file, we can start Flume as follows::
 
-  $ bin/flume-ng agent --conf-file example.conf --name a1 
-Dflume.root.logger=INFO,console
+  $ bin/flume-ng agent --conf conf --conf-file example.conf --name a1 
-Dflume.root.logger=INFO,console
 
 Note that in a full deployment we would typically include one more option: 
``--conf=<conf-dir>``.
 The ``<conf-dir>`` directory would include a shell script *flume-env.sh* and 
potentially a log4j properties file.

Reply via email to