corrected CLI conf package usage example
Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/39e67ddc Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/39e67ddc Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/39e67ddc Branch: refs/heads/master Commit: 39e67ddc8b8ba0ed1fa6f13f4cd221f49240e57e Parents: ef3ac7b Author: David Yan <[email protected]> Authored: Fri Mar 4 11:33:07 2016 -0800 Committer: David Yan <[email protected]> Committed: Fri Mar 4 11:33:07 2016 -0800 ---------------------------------------------------------------------- docs/application_packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/39e67ddc/docs/application_packages.md ---------------------------------------------------------------------- diff --git a/docs/application_packages.md b/docs/application_packages.md index 5a73565..042ee41 100644 --- a/docs/application_packages.md +++ b/docs/application_packages.md @@ -660,7 +660,7 @@ files `-conf` option of the launch command in CLI supports specifying configuration package in the local filesystem. Example: - dt\> launch DTApp-mydtapp-1.0.0.jar -conf DTConfig-mydtconfig-1.0.0.jar + dt\> launch mydtapp-1.0.0.apa -conf mydtconfig.apc This command expects both the application package and the configuration package to be in the local file system.
