You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by da...@apache.org on 2016/03/04 20:33:20 UTC

incubator-apex-core git commit: corrected CLI conf package usage example

Repository: incubator-apex-core
Updated Branches:
  refs/heads/APEXCORE-293 ef3ac7b07 -> 39e67ddc8


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/APEXCORE-293
Commit: 39e67ddc8b8ba0ed1fa6f13f4cd221f49240e57e
Parents: ef3ac7b
Author: David Yan <da...@datatorrent.com>
Authored: Fri Mar 4 11:33:07 2016 -0800
Committer: David Yan <da...@datatorrent.com>
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.