You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2014/07/31 14:42:54 UTC

docs commit: CB-6024 have the html docs point to the text docs

Repository: cordova-docs
Updated Branches:
  refs/heads/master 1d07d1d38 -> 3ccbe0988


CB-6024 have the html docs point to the text docs


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/3ccbe098
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/3ccbe098
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/3ccbe098

Branch: refs/heads/master
Commit: 3ccbe098885241b29a502eb4e8947821ad41c8a2
Parents: 1d07d1d
Author: Marcel Kinard <cm...@gmail.com>
Authored: Thu Jul 31 08:42:03 2014 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Thu Jul 31 08:42:03 2014 -0400

----------------------------------------------------------------------
 docs/en/edge/guide/cli/index.md | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3ccbe098/docs/en/edge/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/cli/index.md b/docs/en/edge/guide/cli/index.md
index dfe0561..5b042d3 100644
--- a/docs/en/edge/guide/cli/index.md
+++ b/docs/en/edge/guide/cli/index.md
@@ -494,6 +494,11 @@ all available Cordova commands and their syntax:
     $ cordova help
     $ cordova        # same
 
+Additionally, you can get more detailed help on a specific command.
+For example:
+
+    $ cordova run --help
+
 The `info` command produces a listing of potentially useful details,
 such as currently installed platforms and plugins, SDK versions for
 each platform, and versions of the CLI and `node.js`: