fix typo in README
Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/91369ac2 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/91369ac2 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/91369ac2 Branch: refs/heads/master Commit: 91369ac2f15d4a2dade5d03ee2d0970d99e4d0bd Parents: 8c9e6ce Author: P. Taylor Goetz <[email protected]> Authored: Fri May 8 15:43:00 2015 -0400 Committer: P. Taylor Goetz <[email protected]> Committed: Fri May 8 15:43:00 2015 -0400 ---------------------------------------------------------------------- external/flux/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/91369ac2/external/flux/README.md ---------------------------------------------------------------------- diff --git a/external/flux/README.md b/external/flux/README.md index 0387f3f..2c5127e 100644 --- a/external/flux/README.md +++ b/external/flux/README.md @@ -183,7 +183,7 @@ usage: storm jar <my_topology_uber_jar.jar> org.apache.storm.flux.Flux build, validate, and print information about the topology. -e,--env-filter Perform environment variable substitution. - Replace keysidentified with `${ENV-[NAME]}` + Replace keys identified with `${ENV-[NAME]}` will be replaced with the corresponding `NAME` environment value -f,--filter <file> Perform property substitution. Use the
